From 24672786abf703659f60babe1a6e0f19775593ce Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:58:43 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, dtrans Change-Id: Id1249957a544e7ab43d0f331190db72871723f40 --- dtrans/source/cnttype/mcnttype.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'dtrans') 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 ); -- cgit v1.2.3