rpms/openoffice.org/devel openoffice.org-2.4.0.ooo85429.sw.a11ycrash.patch, NONE, 1.1

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Mon Jan 21 11:06:03 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20242

Added Files:
	openoffice.org-2.4.0.ooo85429.sw.a11ycrash.patch 
Log Message:
openoffice.org-2.4.0.ooo85429.sw.a11ycrash.patch

openoffice.org-2.4.0.ooo85429.sw.a11ycrash.patch:

--- NEW FILE openoffice.org-2.4.0.ooo85429.sw.a11ycrash.patch ---
Index: source/core/access/acccontext.cxx
===================================================================
RCS file: /cvs/sw/sw/source/core/access/acccontext.cxx,v
retrieving revision 1.56
diff -u -r1.56 acccontext.cxx
--- openoffice.org.orig/sw/source/core/access/acccontext.cxx	27 Sep 2007 08:19:02 -0000	1.56
+++ openoffice.org/sw/source/core/access/acccontext.cxx	21 Jan 2008 10:58:21 -0000
@@ -1063,7 +1063,8 @@
 	FireAccessibleEvent( aEvent );
 
 	GetMap()->RemoveContext( pObj );
-	xAccImpl->dispose();
+	if (xAccImpl.isValid())
+		xAccImpl->dispose();
 }
 
 void SwAccessibleContext::ScrolledInShape( const SdrObject* ,




More information about the fedora-extras-commits mailing list