diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 20:53:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 13:23:01 +0100 |
commit | 11a41ce2c094cd7e5d1ef289aa940cdfbe53bbf6 (patch) | |
tree | 524d829cc8a0e6a4c6355b130ec481fe144dbbcd /sfx2/source | |
parent | 39c3ea2d9bfb4414476d8b5b18181c2b39428262 (diff) |
coverity#1308505 Uncaught exception
Change-Id: I952d464c2a9382c60b0616eeb0cf727e914785bd
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/doc/docfilt.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/source/doc/docfilt.cxx b/sfx2/source/doc/docfilt.cxx index 7defffe6a757..bbb278d0e8da 100644 --- a/sfx2/source/doc/docfilt.cxx +++ b/sfx2/source/doc/docfilt.cxx @@ -180,7 +180,8 @@ OUString SfxFilter::GetTypeFromStorage( const SotStorage& rStg ) OUString SfxFilter::GetTypeFromStorage( const uno::Reference<embed::XStorage>& xStorage, bool bTemplate, OUString* pFilterName ) - throw ( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException ) + throw ( beans::UnknownPropertyException, lang::WrappedTargetException, + uno::RuntimeException, std::exception ) { SfxFilterMatcher aMatcher; OUString aName; |