rpms/openoffice.org/F-9 openoffice.org-3.0.0.ooo92343.svtools.strangethrow.patch, NONE, 1.1 openoffice.org.spec, 1.1503, 1.1504

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Thu Jul 31 16:06:38 UTC 2008


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.0.0.ooo92343.svtools.strangethrow.patch 
Log Message:
rhbz#455711 add openoffice.org-3.0.0.ooo92343.svtools.strangethrow.patch

openoffice.org-3.0.0.ooo92343.svtools.strangethrow.patch:

--- NEW FILE openoffice.org-3.0.0.ooo92343.svtools.strangethrow.patch ---
Index: source/misc/acceleratorexecute.cxx
===================================================================
RCS file: /cvs/util/svtools/source/misc/acceleratorexecute.cxx,v
retrieving revision 1.12
diff -u -r1.12 acceleratorexecute.cxx
--- openoffice.org.orig/svtools/source/misc/acceleratorexecute.cxx	6 Jul 2007 10:06:05 -0000	1.12
+++ openoffice.org/svtools/source/misc/acceleratorexecute.cxx	31 Jul 2008 16:00:22 -0000
@@ -377,8 +377,8 @@
     {
         sModule = xModuleDetection->identify(xFrame);
     }
-    catch(const css::uno::RuntimeException& exRuntime)
-        { throw exRuntime; }
+    catch(const css::uno::RuntimeException&)
+        { throw; }
     catch(const css::uno::Exception&)
         { return css::uno::Reference< css::ui::XAcceleratorConfiguration >(); }
 
@@ -472,8 +472,8 @@
     }
     catch(const css::lang::DisposedException&)
         {}
-    catch(const css::uno::RuntimeException& exRuntime)
-        { throw exRuntime; }
+    catch(const css::uno::RuntimeException&)
+        { throw; }
     catch(const css::uno::Exception&)
         {}
 


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-9/openoffice.org.spec,v
retrieving revision 1.1503
retrieving revision 1.1504
diff -u -r1.1503 -r1.1504
--- openoffice.org.spec	31 Jul 2008 08:12:18 -0000	1.1503
+++ openoffice.org.spec	31 Jul 2008 16:06:08 -0000	1.1504
@@ -167,6 +167,7 @@
 Patch92: openoffice.org-3.0.0.ooo86142.serbiannumbering.patch
 Patch93: openoffice.org-3.0.0.ooo92026.sd.disposed_during_disposing.patch
 Patch94: openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash
+Patch95: openoffice.org-3.0.0.ooo92343.svtools.strangethrow.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1148,6 +1149,7 @@
 %patch92 -p1 -b .ooo86142.serbiannumbering.patch
 %patch93 -p1 -b .ooo92026.sd.disposed_during_disposing.patch
 %patch94 -p1 -b .ooo92253.dbaccess.a11y.crash
+%patch95 -p1 -b .ooo92343.svtools.strangethrow.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2943,7 +2945,7 @@
 
 
 %changelog
-* Wed Jul 23 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.5-UNRELEASED
+* Wed Jul 23 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.5
 - Resolves: rhbz#452376 backport workspace.locdat30.patch for Serbian
 - Resolves: rhbz#452376 update Serbian translations
 - Resolves: rhbz#452379 extend Serbian translations
@@ -2952,6 +2954,7 @@
 - Resolves: rhbz#456292 openoffice.org-3.0.0.ooo92026.sd.disposed_during_disposing.patch
 - Resolves: rhbz#457193 openoffice.org-3.0.0.ooo92253.dbaccess.a11y.crash
 - Resolves: rhbz#457303 notes related right click in empty space crash
+- rhbz#455711 add openoffice.org-3.0.0.ooo92343.svtools.strangethrow.patch
 
 * Fri Jun 13 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.1-17.4
 - Resolves: rhbz#451485 fix vertical glyphs




More information about the fedora-extras-commits mailing list