summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/filterdet.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/pdfimport/filterdet.hxx')
-rw-r--r--sdext/source/pdfimport/filterdet.hxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/sdext/source/pdfimport/filterdet.hxx b/sdext/source/pdfimport/filterdet.hxx
index c2af1d257ee1..995ed5991695 100644
--- a/sdext/source/pdfimport/filterdet.hxx
+++ b/sdext/source/pdfimport/filterdet.hxx
@@ -49,17 +49,13 @@ public:
// XExtendedFilterDetection
virtual OUString SAL_CALL detect( css::uno::Sequence<
- css::beans::PropertyValue >& io_rDescriptor )
- throw (css::uno::RuntimeException, std::exception) override;
+ css::beans::PropertyValue >& io_rDescriptor ) override;
- OUString SAL_CALL getImplementationName()
- throw (css::uno::RuntimeException, std::exception) override;
+ OUString SAL_CALL getImplementationName() override;
- sal_Bool SAL_CALL supportsService(OUString const & ServiceName)
- throw (css::uno::RuntimeException, std::exception) override;
+ sal_Bool SAL_CALL supportsService(OUString const & ServiceName) override;
- css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames()
- throw (css::uno::RuntimeException, std::exception) override;
+ css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
};