New loplugin:dynexcspec: Add @throws documentation, sot

Change-Id: If161e1a77af109ae04be466a5e256cfc9f056f55
This commit is contained in:
Stephan Bergmann 2017-01-19 17:51:01 +01:00
parent dcb992ae2a
commit 5ad3a737e0

View file

@ -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 );