diff options
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ByteChucker.hxx | 2 | ||||
-rw-r--r-- | package/inc/ByteGrabber.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ByteChucker.hxx b/package/inc/ByteChucker.hxx index c18e76e99ad6..a70aedcdfc8b 100644 --- a/package/inc/ByteChucker.hxx +++ b/package/inc/ByteChucker.hxx @@ -39,7 +39,7 @@ protected: sal_Int8 * const p1Sequence, * const p2Sequence, * const p4Sequence; public: - ByteChucker (css::uno::Reference<css::io::XOutputStream> xOstream); + ByteChucker (css::uno::Reference<css::io::XOutputStream> const & xOstream); ~ByteChucker(); void WriteBytes( const css::uno::Sequence< sal_Int8 >& aData ) diff --git a/package/inc/ByteGrabber.hxx b/package/inc/ByteGrabber.hxx index 0d522f1d08b4..bfdb8e35e9a7 100644 --- a/package/inc/ByteGrabber.hxx +++ b/package/inc/ByteGrabber.hxx @@ -43,7 +43,7 @@ protected: const sal_Int8 *pSequence; public: - ByteGrabber (css::uno::Reference < css::io::XInputStream > xIstream); + ByteGrabber (css::uno::Reference < css::io::XInputStream > const & xIstream); ~ByteGrabber(); void setInputStream (const css::uno::Reference < css::io::XInputStream >& xNewStream); |