diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-14 12:45:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-14 12:47:23 +0100 |
commit | 234f150f30d881b2691288c5f5581306bd4d3d18 (patch) | |
tree | d4e64acf3ed2df17ae0674903ea6aabae7ccf2e1 /sfx2 | |
parent | 1856186951a70a0bcac4e0c3632ca4afe68c05e3 (diff) |
Resolves: fdo#48640 handle various busted rtf docs without hanging
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objstor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(...) {} } |