diff options
Diffstat (limited to 'writerperfect')
-rw-r--r-- | writerperfect/source/common/WPXSvInputStream.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx index f4d4a5593229..a2692bcea395 100644 --- a/writerperfect/source/common/WPXSvInputStream.cxx +++ b/writerperfect/source/common/WPXSvInputStream.cxx @@ -460,8 +460,6 @@ WPXSvInputStreamImpl::WPXSvInputStreamImpl(Reference<XInputStream> const& xStrea : mxStream(xStream) , mxSeekable(xStream, UNO_QUERY) , maData(0) - , mpOLEStorage(nullptr) - , mpZipStorage(nullptr) , mbCheckedOLE(false) , mbCheckedZip(false) , mnLength(0) |