summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptObject.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:54:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:16 +0100
commit6fffabf4e5afcc97126b6281f3d322cbd7615f7d (patch)
tree18b0c15ed5bfeecbe08e98fe1ec44b27abcebf97 /reportdesign/inc/RptObject.hxx
parent4500e89f7f933e8b90d175b739e9d0b2a4c11486 (diff)
New loplugin:dynexcspec: Add @throws documentation, reportdesign
Change-Id: I3f2c79bc345935e7369e92473ca543c0917820e0
Diffstat (limited to 'reportdesign/inc/RptObject.hxx')
-rw-r--r--reportdesign/inc/RptObject.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx
index 6a41ea967602..8d7b93e82514 100644
--- a/reportdesign/inc/RptObject.hxx
+++ b/reportdesign/inc/RptObject.hxx
@@ -101,6 +101,7 @@ public:
void StartListening();
void EndListening(bool bRemoveListener = true);
// PropertyChangeListener
+ /// @throws css::uno::RuntimeException
virtual void _propertyChange( const css::beans::PropertyChangeEvent& evt ) throw(css::uno::RuntimeException);
virtual void initializeOle() {}