From 234f150f30d881b2691288c5f5581306bd4d3d18 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 14 Apr 2012 12:45:38 +0100 Subject: Resolves: fdo#48640 handle various busted rtf docs without hanging --- sfx2/source/doc/objstor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2') diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx index e42df415e2b1..d8406dcdb6c2 100644 --- a/sfx2/source/doc/objstor.cxx +++ b/sfx2/source/doc/objstor.cxx @@ -2236,7 +2236,7 @@ sal_Bool SfxObjectShell::ImportFrom( SfxMedium& rMedium, bool bInsert ) } return xLoader->filter( aArgs ); - }catch(const uno::Exception&) + }catch(...) {} } -- cgit