summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/patch-sfx2+source+config+cfgmgr.cxx
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-04-09 23:16:42 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-04-09 23:16:42 +0000
commit7c36a935776badded5c66cf0d9c4cb60212675ed (patch)
tree978b41f22b807427d0473d17ced00b94c688234e /editors/openoffice-2.0-devel/files/patch-sfx2+source+config+cfgmgr.cxx
parent- Fix the package when GPT_LOCATION is not set during install (diff)
Update to cws_src680_ooo20040329, checked out at 20040402
Notes
Notes: svn path=/head/; revision=106619
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-sfx2+source+config+cfgmgr.cxx')
-rw-r--r--editors/openoffice-2.0-devel/files/patch-sfx2+source+config+cfgmgr.cxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-sfx2+source+config+cfgmgr.cxx b/editors/openoffice-2.0-devel/files/patch-sfx2+source+config+cfgmgr.cxx
new file mode 100644
index 000000000000..be38de290a51
--- /dev/null
+++ b/editors/openoffice-2.0-devel/files/patch-sfx2+source+config+cfgmgr.cxx
@@ -0,0 +1,16 @@
+Wired bug?
+http://qa.openoffice.org/issues/show_bug.cgi?id=22253
+
+--- ../sfx2/source/config/cfgmgr.cxx.org Fri Nov 7 19:11:25 2003
++++ ../sfx2/source/config/cfgmgr.cxx Fri Nov 7 19:30:26 2003
+@@ -118,6 +118,10 @@
+ catch(com::sun::star::ucb::InteractiveAugmentedIOException&)
+ {
+ }
++ // PJ: This is a workaround for weird error on FreeBSD (#i22253#)
++ catch(com::sun::star::uno::Exception&)
++ {
++ }
+ sal_Bool bIsDocument;
+ if ( (aAny >>= bIsDocument) && bIsDocument )
+ return new SotStorage( TRUE, rName, nMode, STORAGE_TRANSACTED );