summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
index 6ca159e8a709..836dd586c3e0 100644
--- a/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
+++ b/xmlhelp/source/cxxhelp/inc/util/Decompressor.hxx
@@ -21,7 +21,6 @@
#include <vector>
#include <excep/XmlSearchExceptions.hxx>
-#include <util/RandomAccessStream.hxx>
namespace xmlsearch {
@@ -62,9 +61,7 @@ namespace xmlsearch {
{
public:
- StreamDecompressor( RandomAccessStream* )
- {
- }
+ StreamDecompressor() {}
virtual ~StreamDecompressor() { }