summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/source/zipapi/MemoryByteGrabber.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/source/zipapi/MemoryByteGrabber.hxx b/package/source/zipapi/MemoryByteGrabber.hxx
index 18112625fd46..2beb8f5eccb7 100644
--- a/package/source/zipapi/MemoryByteGrabber.hxx
+++ b/package/source/zipapi/MemoryByteGrabber.hxx
@@ -37,9 +37,6 @@ public:
, mnEnd ( rBuffer.getLength() )
{
}
- MemoryByteGrabber()
- {
- }
const sal_Int8 * getCurrentPos () { return mpBuffer + mnCurrent; }
// XInputStream chained