summaryrefslogtreecommitdiff
path: root/package/source/zipapi
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/source/zipapi
parentf486e4a428be124627d89ce9f9ccf18eca9deb75 (diff)
New loplugin:dynexcspec: Add @throws documentation, package
Change-Id: I5d30cc2483452ba140cdce341677e872bffce6d1
Diffstat (limited to 'package/source/zipapi')
-rw-r--r--package/source/zipapi/MemoryByteGrabber.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/source/zipapi/MemoryByteGrabber.hxx b/package/source/zipapi/MemoryByteGrabber.hxx
index 2beb8f5eccb7..548f7f635896 100644
--- a/package/source/zipapi/MemoryByteGrabber.hxx
+++ b/package/source/zipapi/MemoryByteGrabber.hxx
@@ -41,6 +41,10 @@ public:
// XInputStream chained
+ /// @throws css::io::NotConnectedException
+ /// @throws css::io::BufferSizeExceededException
+ /// @throws css::io::IOException
+ /// @throws css::uno::RuntimeException
void SAL_CALL skipBytes( sal_Int32 nBytesToSkip )
throw(css::io::NotConnectedException, css::io::BufferSizeExceededException, css::io::IOException, css::uno::RuntimeException)
{