SOURCES: openoffice.org-issue-86268.patch (NEW) Fix terminate call...
arekm
arekm at pld-linux.org
Thu Feb 21 20:23:46 CET 2008
Author: arekm Date: Thu Feb 21 19:23:46 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
Fix terminate called after throwing an instance of 'berkeleydbproxy::DbException' problem.
---- Files affected:
SOURCES:
openoffice.org-issue-86268.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/openoffice.org-issue-86268.patch
diff -u /dev/null SOURCES/openoffice.org-issue-86268.patch:1.1
--- /dev/null Thu Feb 21 20:23:46 2008
+++ SOURCES/openoffice.org-issue-86268.patch Thu Feb 21 20:23:41 2008
@@ -0,0 +1,16 @@
+Index: 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
+--- source/deployment/inc/db.hxx 20 Dec 2006 14:26:02 -0000 1.2
++++ 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:
================================================================
More information about the pld-cvs-commit
mailing list