summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ByteChucker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/source/zipapi/ByteChucker.cxx')
-rw-r--r--package/source/zipapi/ByteChucker.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/source/zipapi/ByteChucker.cxx b/package/source/zipapi/ByteChucker.cxx
index 5fc449529b78..bc7443b68968 100644
--- a/package/source/zipapi/ByteChucker.cxx
+++ b/package/source/zipapi/ByteChucker.cxx
@@ -43,13 +43,11 @@ ByteChucker::~ByteChucker()
}
void ByteChucker::WriteBytes( const Sequence< sal_Int8 >& aData )
- throw(NotConnectedException, BufferSizeExceededException, IOException, RuntimeException)
{
xStream->writeBytes(aData);
}
sal_Int64 ByteChucker::GetPosition( )
- throw(IOException, RuntimeException)
{
return xSeek->getPosition();
}