From: Arkadiusz Miƛkiewicz Date: Thu, 21 Feb 2008 19:23:41 +0000 (+0000) Subject: Fix terminate called after throwing an instance of 'berkeleydbproxy::DbException... X-Git-Tag: auto/th/openoffice_org-2_4_0_2-ooh680_m12_0_5~6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flibreoffice.git;a=commitdiff_plain;h=8cf9a7ede6a8f91e0aa6197a30eae655f970dafc Fix terminate called after throwing an instance of 'berkeleydbproxy::DbException' problem. Changed files: openoffice.org-issue-86268.patch -> 1.1 --- diff --git a/openoffice.org-issue-86268.patch b/openoffice.org-issue-86268.patch new file mode 100644 index 0000000..7c7b5fd --- /dev/null +++ b/openoffice.org-issue-86268.patch @@ -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: