summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:51:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:13 +0100
commit5ad3a737e0ec43ca41bc8353cd0897d882204d32 (patch)
tree891c9438889c42233cbca65bbbe954c135dd3cdf /sot
parentdcb992ae2a4f022336c63e6bdace68000218397b (diff)
New loplugin:dynexcspec: Add @throws documentation, sot
Change-Id: If161e1a77af109ae04be466a5e256cfc9f056f55
Diffstat (limited to 'sot')
-rw-r--r--sot/source/unoolestorage/xolesimplestorage.hxx2
1 files changed, 2 insertions, 0 deletions
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<css::embed::XOLESimpleStora
void UpdateOriginal_Impl();
+ /// @throws css::uno::Exception
static void InsertInputStreamToStorage_Impl( BaseStorage* pStorage, const OUString & aName, const css::uno::Reference< css::io::XInputStream >& 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 );