summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:47:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:09 +0100
commit6cf68af560b45b753836c4d3dc8b00aef1a34123 (patch)
tree7dc2fb4adc781e1662ba7eb368d985c7ed323066 /writerfilter/source/filter
parentNew loplugin:dynexcspec: Add @throws documentation, writerperfect (diff)
downloadcore-6cf68af560b45b753836c4d3dc8b00aef1a34123.tar.gz
core-6cf68af560b45b753836c4d3dc8b00aef1a34123.zip
New loplugin:dynexcspec: Add @throws documentation, writerfilter
Change-Id: I7e84da00d943d2849e6d94011f349d064fb658cb
Diffstat (limited to 'writerfilter/source/filter')
-rw-r--r--writerfilter/source/filter/WriterFilterDetection.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/writerfilter/source/filter/WriterFilterDetection.cxx b/writerfilter/source/filter/WriterFilterDetection.cxx
index dccd82302d3c..3202721ded5a 100644
--- a/writerfilter/source/filter/WriterFilterDetection.cxx
+++ b/writerfilter/source/filter/WriterFilterDetection.cxx
@@ -45,6 +45,7 @@ public:
uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() throw (uno::RuntimeException, std::exception) override;
};
+/// @throws uno::RuntimeException
uno::Sequence<OUString> SAL_CALL WriterFilterDetection_getSupportedServiceNames() throw (uno::RuntimeException);
WriterFilterDetection::WriterFilterDetection() = default;