rpms/openoffice.org/F-9 openoffice.org-3.0.0.ooo90697.sd.a11ycrash.patch, NONE, 1.1 openoffice.org.spec, 1.1496, 1.1497

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Jun 13 13:44:09 UTC 2008


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.ooo90697.sd.a11ycrash.patch 
Log Message:
Resolves: rhbz#450930 openoffice.org-3.0.0.ooo90697.sd.a11ycrash.patch

openoffice.org-3.0.0.ooo90697.sd.a11ycrash.patch:

--- NEW FILE openoffice.org-3.0.0.ooo90697.sd.a11ycrash.patch ---
Index: source/ui/slideshow/slideshowimpl.cxx
===================================================================
RCS file: /cvs/graphics/sd/source/ui/slideshow/slideshowimpl.cxx,v
retrieving revision 1.50
diff -u -r1.50 slideshowimpl.cxx
--- openoffice.org.orig/sd/source/ui/slideshow/slideshowimpl.cxx	7 Dec 2007 11:59:34 -0000	1.50
+++ openoffice.org/sd/source/ui/slideshow/slideshowimpl.cxx	13 Jun 2008 13:28:02 -0000
@@ -1165,11 +1169,7 @@
 	}
 	
 	if( mpShowWindow )
-	{
 		mpShowWindow->Hide();
-		delete mpShowWindow;
-		mpShowWindow = 0;
-	}
 
 	if ( mpViewShell )
 	{
@@ -1203,6 +1203,12 @@
 
 		mpViewShell->GetViewShellBase().UpdateBorder(true);
 	}
+
+	if( mpShowWindow )
+	{
+		delete mpShowWindow;
+		mpShowWindow = 0;
+	}
 }
 
 /** called only by the slideshow view when the first paint event occurs.


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1496
retrieving revision 1.1497
diff -u -r1.1496 -r1.1497
--- openoffice.org.spec	13 Jun 2008 12:07:45 -0000	1.1496
+++ openoffice.org.spec	13 Jun 2008 13:43:24 -0000	1.1497
@@ -160,6 +160,7 @@
 Patch87: openoffice.org-3.0.0.ooo82545.np_sdk.x86_64.patch
 Patch88: openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch
 Patch89: openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch
+Patch90: openoffice.org-3.0.0.ooo90697.sd.a11ycrash.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1134,6 +1135,7 @@
 %patch87 -p1 -b .ooo82545.np_sdk.x86_64.patch
 %patch88 -p1 -b .ooo90306.sw.wrongprotection.patch
 %patch89 -p1 -b .ooo48400.svx.fixspelling.patch
+%patch90 -p1 -b .ooo90697.sd.a11ycrash.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2926,6 +2928,7 @@
 - fix vertical glyphs
 - Resolves: rhbz#450661 openoffice.org-3.0.0.ooo90306.sw.wrongprotection.patch
 - Resolves: rhbz#448464 openoffice.org-3.0.0.ooo48400.svx.fixspelling.patch
+- Resolves: rhbz#450930 openoffice.org-3.0.0.ooo90697.sd.a11ycrash.patch
 
 * Fri Jun 06 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.3
 - remove pointless "register" dialog request




More information about the fedora-extras-commits mailing list