summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/filterfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/filterfactory.hxx')
-rw-r--r--filter/source/config/cache/filterfactory.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/config/cache/filterfactory.hxx b/filter/source/config/cache/filterfactory.hxx
index 63f836823956..3fc3a5b11321 100644
--- a/filter/source/config/cache/filterfactory.hxx
+++ b/filter/source/config/cache/filterfactory.hxx
@@ -72,21 +72,21 @@ class FilterFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstance(const OUString& sFilter)
throw(css::uno::Exception ,
- css::uno::RuntimeException);
+ css::uno::RuntimeException, std::exception);
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceWithArguments(const OUString& sFilter ,
const css::uno::Sequence< css::uno::Any >& lArguments)
throw(css::uno::Exception ,
- css::uno::RuntimeException);
+ css::uno::RuntimeException, std::exception);
virtual css::uno::Sequence< OUString > SAL_CALL getAvailableServiceNames()
- throw(css::uno::RuntimeException);
+ throw(css::uno::RuntimeException, std::exception);
//---------------------------------------
// XContainerQuery
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createSubSetEnumerationByQuery(const OUString& sQuery)
- throw (css::uno::RuntimeException);
+ throw (css::uno::RuntimeException, std::exception);
//-------------------------------------------
// internal helper!