ooo-build r11677 - trunk/patches/src680



Author: arekm
Date: Fri Feb 22 08:13:52 2008
New Revision: 11677
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11677&view=rev

Log:
Berkeley DB exception handling fix.

Added:
   trunk/patches/src680/desktop-issue-i86268.patch
Modified:
   trunk/patches/src680/apply

Modified: trunk/patches/src680/apply
==============================================================================
--- trunk/patches/src680/apply	(original)
+++ trunk/patches/src680/apply	Fri Feb 22 08:13:52 2008
@@ -387,6 +387,9 @@
 # let sd accept uri-list drop, n#183719
 sd-accept-uri-list-drop.diff, n#183719, rodo
 
+# berkeley db exception handling
+desktop-issue-i86268.patch
+
 [ Fixes < ooh680-m4 ]
 # default formatting PPT export bug n#285959
 sd-default-format-n285959.diff, i#81395, n#285959, hub

Added: trunk/patches/src680/desktop-issue-i86268.patch
==============================================================================
--- (empty file)
+++ trunk/patches/src680/desktop-issue-i86268.patch	Fri Feb 22 08:13:52 2008
@@ -0,0 +1,16 @@
+Index: desktop/source/deployment/inc/db.hxx
+===================================================================
+RCS file: /cvs/framework/desktop/source/deployment/inc/db.hxx,v
+retrieving revision 1.2
+diff -u -r1.2 db.hxx
+--- desktop/source/deployment/inc/db.hxx	20 Dec 2006 14:26:02 -0000	1.2
++++ desktop/source/deployment/inc/db.hxx	20 Feb 2008 12:18:51 -0000
+@@ -73,7 +73,7 @@
+         };
+     }
+     
+-    class DbException 
++    class DESKTOP_DEPLOYMENTMISC_DLLPUBLIC DbException 
+     {
+         rtl::OString what_;
+     public:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]