summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:47:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:08 +0100
commit4f43e2b1e00001666a3ae0a2706e9564e14c30c4 (patch)
tree658337873a9c4a8d629589fb13e5e97395f69298 /writerperfect
parent660ec54429a02e522ea8321137cb0379c4d0ec59 (diff)
New loplugin:dynexcspec: Add @throws documentation, writerperfect
Change-Id: I413e4b796154a731638ec334cc0bd6c045b1840e
Diffstat (limited to 'writerperfect')
-rw-r--r--writerperfect/source/writer/WordPerfectImportFilter.hxx2
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);