From fba7a44ee479540ba65b41ef1e647cdb93c20d14 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:57:03 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, framework Change-Id: I19a4517449be3defe97fe0d78dd1a16b08b79247 --- framework/inc/uiconfiguration/imagemanager.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/inc/uiconfiguration/imagemanager.hxx') diff --git a/framework/inc/uiconfiguration/imagemanager.hxx b/framework/inc/uiconfiguration/imagemanager.hxx index 812a69d28d57..b44194285639 100644 --- a/framework/inc/uiconfiguration/imagemanager.hxx +++ b/framework/inc/uiconfiguration/imagemanager.hxx @@ -105,6 +105,7 @@ namespace framework virtual sal_Bool SAL_CALL isReadOnly() throw (css::uno::RuntimeException, std::exception) override; // Non-UNO methods + /// @throws css::uno::RuntimeException void setStorage( const css::uno::Reference< css::embed::XStorage >& Storage ) throw (css::uno::RuntimeException); private: -- cgit