summaryrefslogtreecommitdiff
path: root/mysqlc/source/mysqlc_subcomponent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'mysqlc/source/mysqlc_subcomponent.hxx')
-rw-r--r--mysqlc/source/mysqlc_subcomponent.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_subcomponent.hxx b/mysqlc/source/mysqlc_subcomponent.hxx
index c19e693e5f34..c0dc8eb3acb2 100644
--- a/mysqlc/source/mysqlc_subcomponent.hxx
+++ b/mysqlc/source/mysqlc_subcomponent.hxx
@@ -55,7 +55,8 @@ namespace connectivity
css::uno::Reference< css::uno::XInterface >& _xInterface,
css::lang::XComponent* _pObject);
- void checkDisposed(bool _bThrow) throw (css::lang::DisposedException);
+ /// @throws css::lang::DisposedException
+ void checkDisposed(bool _bThrow);
template <class SELF, class WEAK> class OSubComponent
{