summaryrefslogtreecommitdiff
path: root/reportdesign/inc
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
parent4500e89f7f933e8b90d175b739e9d0b2a4c11486 (diff)
New loplugin:dynexcspec: Add @throws documentation, reportdesign
Change-Id: I3f2c79bc345935e7369e92473ca543c0917820e0
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/ReportDefinition.hxx3
-rw-r--r--reportdesign/inc/RptObject.hxx1
2 files changed, 4 insertions, 0 deletions
diff --git a/reportdesign/inc/ReportDefinition.hxx b/reportdesign/inc/ReportDefinition.hxx
index 5235ae008225..d0987e38283f 100644
--- a/reportdesign/inc/ReportDefinition.hxx
+++ b/reportdesign/inc/ReportDefinition.hxx
@@ -177,7 +177,9 @@ namespace reportdesign
,const css::uno::Reference< css::lang::XMultiServiceFactory > & _xFactory
,css::uno::Reference< css::drawing::XShape >& _xShape);
+ /// @throws css::uno::RuntimeException
static css::uno::Sequence< OUString > getSupportedServiceNames_Static() throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
static OUString getImplementationName_Static() throw( css::uno::RuntimeException );
static css::uno::Reference< css::uno::XInterface > SAL_CALL
create(css::uno::Reference< css::uno::XComponentContext > const & xContext);
@@ -395,6 +397,7 @@ namespace reportdesign
virtual bool isEnableSetModified() const override;
virtual OUString getDocumentBaseURL() const override;
+ /// @throws css::uno::RuntimeException
css::uno::Reference< css::ui::XUIConfigurationManager2 > getUIConfigurationManager2( ) throw (css::uno::RuntimeException);
};
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() {}