From 6fffabf4e5afcc97126b6281f3d322cbd7615f7d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:54:38 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, reportdesign Change-Id: I3f2c79bc345935e7369e92473ca543c0917820e0 --- reportdesign/inc/ReportDefinition.hxx | 3 +++ reportdesign/inc/RptObject.hxx | 1 + 2 files changed, 4 insertions(+) (limited to 'reportdesign/inc') 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() {} -- cgit