rpms/openoffice.org/F-9 openoffice.org-3.0.0.ooo88033.svx.a11ycrash.patch, NONE, 1.1 openoffice.org.spec, 1.1463, 1.1464

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Tue Apr 8 08:17:22 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17660

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.ooo88033.svx.a11ycrash.patch 
Log Message:
Resolves: rhbz#441128 openoffice.org-3.0.0.ooo88033.svx.a11ycrash.patch

openoffice.org-3.0.0.ooo88033.svx.a11ycrash.patch:

--- NEW FILE openoffice.org-3.0.0.ooo88033.svx.a11ycrash.patch ---
Index: source/editeng/editeng.cxx
===================================================================
RCS file: /cvs/graphics/svx/source/editeng/editeng.cxx,v
retrieving revision 1.110
diff -u -r1.110 editeng.cxx
--- openoffice.org.orig/svx/source/editeng/editeng.cxx	12 Mar 2008 09:42:13 -0000	1.110
+++ openoffice.org/svx/source/editeng/editeng.cxx	8 Apr 2008 08:02:08 -0000
@@ -2357,7 +2357,8 @@
 	if ( pImpEditEngine->IsFormatted() )
 	{
 		ParaPortion* pParaPortion = pImpEditEngine->GetParaPortions()[nPara];
-		EditLine* pLine = pParaPortion ? pParaPortion->GetLines().GetObject( 0 ) : NULL;
+		EditLine* pLine = (pParaPortion && pParaPortion->GetLines().Count()) ? 
+			pParaPortion->GetLines().GetObject( 0 ) : NULL;
 		DBG_ASSERT( pParaPortion && pLine, "GetParagraphInfos - Paragraph out of range" );
 		if ( pParaPortion && pLine )
 		{


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1463
retrieving revision 1.1464
diff -u -r1.1463 -r1.1464
--- openoffice.org.spec	7 Apr 2008 09:07:32 -0000	1.1463
+++ openoffice.org.spec	8 Apr 2008 08:16:31 -0000	1.1464
@@ -150,6 +150,7 @@
 Patch77: openoffice.org-2.4.0.ooo87490.sfx2.allprotocols.urlopen.patch
 Patch78: openoffice.org-3.0.0.ooo85691.vcl.tooltipcolor.patch
 Patch79: openoffice.org-3.0.0.ooo87991.fpickersafe.patch
+Patch80: openoffice.org-3.0.0.ooo88033.svx.a11ycrash.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1114,6 +1115,7 @@
 %patch77 -p1 -b .ooo87490.sfx2.allprotocols.urlopen.patch
 %patch78 -p1 -b .ooo85691.vcl.tooltipcolor.patch
 %patch79 -p1 -b .ooo87991.fpickersafe.patch
+%patch80 -p1 -b .ooo88033.svx.a11ycrash.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2898,10 +2900,11 @@
 
 
 %changelog
-* Mon Apr 07 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.6
+* Tue Apr 08 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.6
 - Resolves: rhbz#439727 find another crasher
 - Resolves: rhbz#441112 openoffice.org-3.0.0.ooo85691.vcl.tooltipcolor.patch
 - Resolves: rhbz#441108 openoffice.org-3.0.0.ooo87991.fpickersafe.patch
+- Resolves: rhbz#441128 openoffice.org-3.0.0.ooo88033.svx.a11ycrash.patch
 
 * Wed Apr 02 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-12.5
 - Resolves: rhbz#439727 find crasher




More information about the fedora-extras-commits mailing list