summaryrefslogtreecommitdiff
path: root/package/inc/ZipPackageStream.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:54:53 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:17 +0100
commitde70ad0b0c65f4ae5dbdb156e1b9aa1d22855b2c (patch)
treee0d5e17bc230ce381c7206fb0870434252ba8cdf /package/inc/ZipPackageStream.hxx
parentf486e4a428be124627d89ce9f9ccf18eca9deb75 (diff)
New loplugin:dynexcspec: Add @throws documentation, package
Change-Id: I5d30cc2483452ba140cdce341677e872bffce6d1
Diffstat (limited to 'package/inc/ZipPackageStream.hxx')
-rw-r--r--package/inc/ZipPackageStream.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/inc/ZipPackageStream.hxx b/package/inc/ZipPackageStream.hxx
index 605432ed169d..806e4089d2c6 100644
--- a/package/inc/ZipPackageStream.hxx
+++ b/package/inc/ZipPackageStream.hxx
@@ -73,6 +73,7 @@ private:
/// Check that m_xStream implements io::XSeekable and return it
css::uno::Reference< css::io::XInputStream > const & GetOwnSeekStream();
+ /// @throws css::uno::RuntimeException
css::uno::Reference< css::io::XInputStream > SAL_CALL getRawData()
throw(css::uno::RuntimeException);