diff options
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/writer/WordPerfectImportFilter.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/writerperfect/source/writer/WordPerfectImportFilter.hxx b/writerperfect/source/writer/WordPerfectImportFilter.hxx index a8c30dfa6f41..af6676dfc688 100644 --- a/writerperfect/source/writer/WordPerfectImportFilter.hxx +++ b/writerperfect/source/writer/WordPerfectImportFilter.hxx @@ -39,6 +39,7 @@ protected: css::uno::Reference< css::lang::XComponent > mxDoc; OUString msFilterName; + /// @throws css::uno::RuntimeException bool SAL_CALL importImpl(const css::uno::Sequence< css::beans::PropertyValue > &aDescriptor) throw (css::uno::RuntimeException, std::exception); @@ -75,6 +76,7 @@ public: }; +/// @throws css::uno::RuntimeException bool SAL_CALL WordPerfectImportFilter_supportsService(const OUString &ServiceName) throw (css::uno::RuntimeException); |