summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-sfx2+source+config+cfgmgr.cxx
blob: e4965fdf35536c46fe2c19937c6a83759e6c3312 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#iz 22253

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 );