Kaydet (Commit) 11a41ce2 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308505 Uncaught exception

Change-Id: I952d464c2a9382c60b0616eeb0cf727e914785bd
üst 39c3ea2d
...@@ -116,7 +116,8 @@ public: ...@@ -116,7 +116,8 @@ public:
bool bTemplate = false, OUString* pName = NULL ) bool bTemplate = false, OUString* pName = NULL )
throw ( com::sun::star::beans::UnknownPropertyException, throw ( com::sun::star::beans::UnknownPropertyException,
com::sun::star::lang::WrappedTargetException, com::sun::star::lang::WrappedTargetException,
com::sun::star::uno::RuntimeException ); com::sun::star::uno::RuntimeException,
std::exception );
}; };
#endif #endif
......
...@@ -180,7 +180,8 @@ OUString SfxFilter::GetTypeFromStorage( const SotStorage& rStg ) ...@@ -180,7 +180,8 @@ OUString SfxFilter::GetTypeFromStorage( const SotStorage& rStg )
OUString SfxFilter::GetTypeFromStorage( OUString SfxFilter::GetTypeFromStorage(
const uno::Reference<embed::XStorage>& xStorage, bool bTemplate, OUString* pFilterName ) 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; SfxFilterMatcher aMatcher;
OUString aName; OUString aName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment