summaryrefslogtreecommitdiff
path: root/package/inc/ZipFile.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-07 10:12:55 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-07 11:01:11 +0000
commite546ed01e6bf6dbd8a30cecead4b0b75e2afe92a (patch)
treea0802d5bc6f57d75cad302069ff88d4390636660 /package/inc/ZipFile.hxx
parent3ddaeaab37d585971e376de6ad7b0f06f55f2e1a (diff)
loplugin:unusedmethods package
Change-Id: I19d6bbb9288d72b99d1023b4983b1c3fff7570e8 Reviewed-on: https://gerrit.libreoffice.org/16811 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'package/inc/ZipFile.hxx')
-rw-r--r--package/inc/ZipFile.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index 18d2f0ab3160..83ffd1cd236a 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -67,18 +67,6 @@ protected:
bool bRecoveryMode;
- com::sun::star::uno::Reference < com::sun::star::io::XInputStream > createMemoryStream(
- ZipEntry & rEntry,
- const ::rtl::Reference < EncryptionData > &rData,
- bool bRawStream,
- bool bDecrypt );
-
- com::sun::star::uno::Reference < com::sun::star::io::XInputStream > createFileStream(
- ZipEntry & rEntry,
- const ::rtl::Reference < EncryptionData > &rData,
- bool bRawStream,
- bool bDecrypt );
-
// aMediaType parameter is used only for raw stream header creation
com::sun::star::uno::Reference < com::sun::star::io::XInputStream > createUnbufferedStream(
const rtl::Reference<SotMutexHolder>& aMutexHolder,