summaryrefslogtreecommitdiff
path: root/package/source/zipapi/Inflater.cxx
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/source/zipapi/Inflater.cxx
parentdfb4b897267079fb3aa92bfcdff981dbacb864c2 (diff)
Namespace ZipUtils for the Inflater / Deflater classes.
Diffstat (limited to 'package/source/zipapi/Inflater.cxx')
-rw-r--r--package/source/zipapi/Inflater.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/source/zipapi/Inflater.cxx b/package/source/zipapi/Inflater.cxx
index 26ba278cc9de..a32a0007f541 100644
--- a/package/source/zipapi/Inflater.cxx
+++ b/package/source/zipapi/Inflater.cxx
@@ -39,6 +39,7 @@
#include <string.h> // for memset
using namespace com::sun::star::uno;
+using namespace ZipUtils;
/** Provides general purpose decompression using the ZLIB library */