rpms/openoffice.org/devel openoffice.org-2.0.4.oooXXXXX.vcl.x86_64.impressatk.patch, NONE, 1.1 openoffice.org.spec, 1.855, 1.856

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 22 11:22:15 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/openoffice.org/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2016

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-2.0.4.oooXXXXX.vcl.x86_64.impressatk.patch 
Log Message:
rh#203439# add openoffice.org-2.0.4.oooXXXXX.vcl.x86_64.impressatk.patch

openoffice.org-2.0.4.oooXXXXX.vcl.x86_64.impressatk.patch:
 unx/gtk/a11y/atkutil.cxx     |    0 
 vcl/unx/gtk/a11y/atkutil.cxx |    5 +++++
 2 files changed, 5 insertions(+)

--- NEW FILE openoffice.org-2.0.4.oooXXXXX.vcl.x86_64.impressatk.patch ---
Index: unx/gtk/a11y/atkutil.cxx
===================================================================
RCS file: /cvs/gsl/vcl/unx/gtk/a11y/atkutil.cxx,v
retrieving revision 1.3
diff -u -r1.3 atkutil.cxx
--- openoffice.org.orig/vcl/unx/gtk/a11y/atkutil.cxx	11 May 2006 13:31:55 -0000	1.3
+++ openoffice.org/vcl/unx/gtk/a11y/atkutil.cxx	22 Aug 2006 11:16:26 -0000
@@ -552,6 +552,7 @@
 
 long WindowEventHandler(void *, ::VclSimpleEvent const * pEvent)
 {
+    try {
     switch (pEvent->GetId())
     {
     case VCLEVENT_WINDOW_SHOW:
@@ -611,6 +612,10 @@
     default:
         //fprintf(stderr, "got event %d \n", pEvent->GetId());
         break;
+    }
+    } catch(lang::IndexOutOfBoundsException e)
+    {
+	g_warning("Focused object has invalid index in parent");
     }
     return 0;
 }


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/dist/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.855
retrieving revision 1.856
diff -u -r1.855 -r1.856
--- openoffice.org.spec	22 Aug 2006 11:03:13 -0000	1.855
+++ openoffice.org.spec	22 Aug 2006 11:22:13 -0000	1.856
@@ -123,6 +123,7 @@
 Patch55: openoffice.org-2.0.4.ooo68805.sw.ww8size.patch
 Patch56: openoffice.org-2.0.4.ooo68822.sw.recursiveim.patch
 Patch57: openoffice.org-2.0.4.ooo68851.framework.disablemenuifempty.patch
+Patch58: openoffice.org-2.0.4.oooXXXXX.vcl.x86_64.impressatk.patch
 
 %define instdir %{_libdir}/openoffice.org2.0
 
@@ -980,6 +981,7 @@
 %patch55 -p1 -b .ooo68805.sw.ww8size.patch
 %patch56 -p1 -b .ooo68822.sw.recursiveim.patch
 %patch57 -p1 -b .ooo68851.framework.disablemenuifempty.patch
+%patch58 -p1 -b .oooXXXXX.vcl.x86_64.impressatk.patch
 
 tar xzf %{SOURCE1}
 
@@ -2510,6 +2512,7 @@
 - fix potential out of bounds in xmlhelp
 - drop openoffice.org-2.0.3.oooXXXXX.atkbroken.vcl.patch, fixed in gnome now
 - rh#203497# -> openoffice.org-2.0.4.ooo68851.framework.disablemenuifempty.patch
+- rh#203439# -> openoffice.org-2.0.4.oooXXXXX.vcl.x86_64.impressatk.patch
 
 * Thu Aug 10 2006 Caolan McNamara <caolanm at redhat.com> - 1:2.0.4-1.1
 - rh#201447# -> openoffice.org-2.0.3.ooo68339.vcl.maskingtoomanybytes.patch




More information about the fedora-cvs-commits mailing list