summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:58:43 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:22 +0100
commit24672786abf703659f60babe1a6e0f19775593ce (patch)
tree275577275c7f9f8765a5eacfd32b885be829a8b5 /dtrans
parent72828a34e76017cfa0df53babc24d1c2377031f8 (diff)
New loplugin:dynexcspec: Add @throws documentation, dtrans
Change-Id: Id1249957a544e7ab43d0f331190db72871723f40
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/cnttype/mcnttype.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx
index 0e6fde3f8c8f..4ea11a55f4c9 100644
--- a/dtrans/source/cnttype/mcnttype.hxx
+++ b/dtrans/source/cnttype/mcnttype.hxx
@@ -50,6 +50,7 @@ public:
throw(css::container::NoSuchElementException, css::uno::RuntimeException, std::exception) override;
private:
+ /// @throws css::lang::IllegalArgumentException
void SAL_CALL init( const OUString& aCntType ) throw( css::lang::IllegalArgumentException );
void SAL_CALL getSym();
void SAL_CALL acceptSym( const OUString& pSymTlb );