New loplugin:dynexcspec: Add @throws documentation, sot
Change-Id: If161e1a77af109ae04be466a5e256cfc9f056f55
This commit is contained in:
parent
dcb992ae2a
commit
5ad3a737e0
1 changed files with 2 additions and 0 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue