diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:54:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:17 +0100 |
commit | 8955ce4ede374ed2af4477850809d21a2b5e6dd6 (patch) | |
tree | c71999765695c03d4620abe3e3f63994bebb3094 /oox/source/docprop | |
parent | de70ad0b0c65f4ae5dbdb156e1b9aa1d22855b2c (diff) |
New loplugin:dynexcspec: Add @throws documentation, oox
Change-Id: I83c6995e4f15d6a042e57bac4d71874124402547
Diffstat (limited to 'oox/source/docprop')
-rw-r--r-- | oox/source/docprop/ooxmldocpropimport.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/docprop/ooxmldocpropimport.cxx b/oox/source/docprop/ooxmldocpropimport.cxx index 5af495f71678..1aa4c4a09ce8 100644 --- a/oox/source/docprop/ooxmldocpropimport.cxx +++ b/oox/source/docprop/ooxmldocpropimport.cxx @@ -62,6 +62,8 @@ Reference< XInterface > SAL_CALL DocumentPropertiesImport_createInstance( const namespace { +/// @throws RuntimeException +/// @throws css::io::IOException Sequence< InputSource > lclGetRelatedStreams( const Reference< XStorage >& rxStorage, const OUString& rStreamType ) throw (RuntimeException, css::io::IOException) { Reference< XRelationshipAccess > xRelation( rxStorage, UNO_QUERY_THROW ); |