summaryrefslogtreecommitdiff
path: root/package/source/zipapi/ByteGrabber.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-11-22 14:38:02 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-11-22 20:03:48 +0100
commit437aaf54c6076c19aad80fdede7202b8083c07f0 (patch)
tree9a18aae2e03c2d89e581262972befed025d0b2d0 /package/source/zipapi/ByteGrabber.cxx
parentd1e8e430db41e1b3e90332e6826ba71ccb8c6971 (diff)
loplugin:unusedmethods
Change-Id: I24666a7746f8920ddf84731f204f3e1a5b9b0c85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177024 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'package/source/zipapi/ByteGrabber.cxx')
-rw-r--r--package/source/zipapi/ByteGrabber.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/source/zipapi/ByteGrabber.cxx b/package/source/zipapi/ByteGrabber.cxx
index cd9e201dba0b..7d7c77a0228f 100644
--- a/package/source/zipapi/ByteGrabber.cxx
+++ b/package/source/zipapi/ByteGrabber.cxx
@@ -56,13 +56,6 @@ void ByteGrabber::setInputStream (const uno::Reference < io::XInputStream >& xNe
assert(mpByteReader);
}
-// XInputStream chained
-sal_Int32 ByteGrabber::readBytes( uno::Sequence< sal_Int8 >& aData,
- sal_Int32 nBytesToRead )
-{
- return xStream->readBytes(aData, nBytesToRead );
-}
-
sal_Int32 ByteGrabber::readBytes( sal_Int8* aData,
sal_Int32 nBytesToRead )
{