rpms/openoffice.org/devel openoffice.org-2.4.0.ooo85385.svtools.a11ycrash.patch, NONE, 1.1 openoffice.org.spec, 1.1394, 1.1395

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Sat Jan 19 13:24:08 UTC 2008


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.4.0.ooo85385.svtools.a11ycrash.patch 
Log Message:
if (uid == monty) ...

openoffice.org-2.4.0.ooo85385.svtools.a11ycrash.patch:

--- NEW FILE openoffice.org-2.4.0.ooo85385.svtools.a11ycrash.patch ---
Index: source/contnr/svtabbx.cxx
===================================================================
RCS file: /cvs/util/svtools/source/contnr/svtabbx.cxx,v
retrieving revision 1.27
diff -u -r1.27 svtabbx.cxx
--- openoffice.org.orig/svtools/source/contnr/svtabbx.cxx	28 Jun 2007 10:37:44 -0000	1.27
+++ openoffice.org/svtools/source/contnr/svtabbx.cxx	19 Jan 2008 13:12:47 -0000
@@ -1222,7 +1222,7 @@
         _rStateSet.AddState( AccessibleStateType::ENABLED );
     }
 
-	if ( IsSelected( GetEntry( _nRow ) ) )
+	if ( IsRowSelected( _nRow ) )
 	{
 		_rStateSet.AddState( AccessibleStateType::ACTIVE );
 		_rStateSet.AddState( AccessibleStateType::SELECTED );


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1394
retrieving revision 1.1395
diff -u -r1.1394 -r1.1395
--- openoffice.org.spec	18 Jan 2008 11:42:48 -0000	1.1394
+++ openoffice.org.spec	19 Jan 2008 13:23:16 -0000	1.1395
@@ -1,6 +1,6 @@
 %define oootag OOH680
 %define ooomilestone 3
-%define rh_rpm_release 1
+%define rh_rpm_release 2
 
 # undef to get english only and no-langpacks for a faster smoketest build
 %define langpacks 1
@@ -139,6 +139,7 @@
 Patch65: openoffice.org-2.4.0.ooo83410.solenv.renameserbian.patch
 Patch66: workspace.sw8u10bf04.patch
 Patch67: workspace.impress132.patch
+Patch68: openoffice.org-2.4.0.ooo85385.svtools.a11ycrash.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1092,6 +1093,7 @@
 %patch65 -p1 -b .ooo83410.solenv.renameserbian.patch
 %patch66 -p1 -b .workspace.sw8u10bf04.patch
 %patch67 -p1 -b .workspace.impress132.patch
+%patch68 -p1 -b .ooo85385.svtools.a11ycrash.patch
 
 # temporary until hsqldb is updated in rawhide
 sed -i -e "s/exit 1/exit 0/g" config_office/configure.in
@@ -2866,6 +2868,9 @@
 
 
 %changelog
+* Sat Jan 19 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-3.2
+- Resolves: rhbz#429258 openoffice.org-2.4.0.ooo85385.svtools.a11ycrash.patch
+
 * Wed Jan 16 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-3.1
 - Resolves: rhbz#428655 workspace.sw8u10bf04.patch
 - Resolves: rhbz#428655 workspace.impress132.patch




More information about the fedora-extras-commits mailing list