From 4f43e2b1e00001666a3ae0a2706e9564e14c30c4 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:47:15 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, writerperfect Change-Id: I413e4b796154a731638ec334cc0bd6c045b1840e --- writerperfect/source/writer/WordPerfectImportFilter.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'writerperfect') 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); -- cgit