From 5ad3a737e0ec43ca41bc8353cd0897d882204d32 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:51:01 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, sot Change-Id: If161e1a77af109ae04be466a5e256cfc9f056f55 --- sot/source/unoolestorage/xolesimplestorage.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sot') diff --git a/sot/source/unoolestorage/xolesimplestorage.hxx b/sot/source/unoolestorage/xolesimplestorage.hxx index f91f97c46a4a..1689a2664264 100644 --- a/sot/source/unoolestorage/xolesimplestorage.hxx +++ b/sot/source/unoolestorage/xolesimplestorage.hxx @@ -54,9 +54,11 @@ class OLESimpleStorage : public cppu::WeakImplHelper& xInputStream ) throw ( css::uno::Exception ); + /// @throws css::uno::Exception static void InsertNameAccessToStorage_Impl( BaseStorage* pStorage, const OUString & aName, const css::uno::Reference< css::container::XNameAccess >& xNameAccess ) throw ( css::uno::Exception ); -- cgit