summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
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 );