summaryrefslogtreecommitdiff
path: root/package/inc/ByteChucker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/ByteChucker.hxx')
-rw-r--r--package/inc/ByteChucker.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/inc/ByteChucker.hxx b/package/inc/ByteChucker.hxx
index a06800524a3b..7e1b07c6680f 100644
--- a/package/inc/ByteChucker.hxx
+++ b/package/inc/ByteChucker.hxx
@@ -46,13 +46,11 @@ public:
/// @throws css::io::BufferSizeExceededException
/// @throws css::io::IOException
/// @throws css::uno::RuntimeException
- void WriteBytes( const css::uno::Sequence< sal_Int8 >& aData )
- throw(css::io::NotConnectedException, css::io::BufferSizeExceededException, css::io::IOException, css::uno::RuntimeException);
+ void WriteBytes( const css::uno::Sequence< sal_Int8 >& aData );
/// @throws css::io::IOException
/// @throws css::uno::RuntimeException
- sal_Int64 GetPosition()
- throw(css::io::IOException, css::uno::RuntimeException);
+ sal_Int64 GetPosition();
void WriteInt16(sal_Int16 nInt16)
{