summaryrefslogtreecommitdiff
path: root/package/inc/ZipOutputStream.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-03-29 14:18:56 +0200
committerJan Holesovsky <kendy@suse.cz>2011-03-29 14:46:38 +0200
commit0e56df30f13a027cf49a4fa2f15817944b04aafc (patch)
tree9bbf765151af710812513b916a6350c92c3192e5 /package/inc/ZipOutputStream.hxx
parentdfb4b897267079fb3aa92bfcdff981dbacb864c2 (diff)
Namespace ZipUtils for the Inflater / Deflater classes.
Diffstat (limited to 'package/inc/ZipOutputStream.hxx')
-rw-r--r--package/inc/ZipOutputStream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/inc/ZipOutputStream.hxx b/package/inc/ZipOutputStream.hxx
index 3ea34339428b..9cd58d74e657 100644
--- a/package/inc/ZipOutputStream.hxx
+++ b/package/inc/ZipOutputStream.hxx
@@ -49,7 +49,7 @@ protected:
::std::vector < ZipEntry * > aZipList;
com::sun::star::uno::Sequence < sal_Int8 > aBuffer, aEncryptionBuffer;
::rtl::OUString sComment;
- Deflater aDeflater;
+ ZipUtils::Deflater aDeflater;
rtlCipher aCipher;
rtlDigest aDigest;
CRC32 aCRC;