diff options
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/cnttype/mcnttype.hxx | 1 |
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 ); |