summaryrefslogtreecommitdiff
path: root/writerperfect/source/common/WPXSvInputStream.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-17 08:51:46 +0200
committerNoel Grandin <noel@peralex.com>2015-11-17 10:59:46 +0200
commitb4bd157d0fffcd83e7461de35ee9105b53d21314 (patch)
treeda7864aed7891892561574c7cfdc26903ceb05e3 /writerperfect/source/common/WPXSvInputStream.cxx
parent6ceb4e2d7ae61e215707e6ee1d4f893e2fee5126 (diff)
use unique_ptr for pImpl in writerperfect/
Change-Id: I23ab4d214ed01073f26cbbf2e88732ccde4ebc10
Diffstat (limited to 'writerperfect/source/common/WPXSvInputStream.cxx')
-rw-r--r--writerperfect/source/common/WPXSvInputStream.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/writerperfect/source/common/WPXSvInputStream.cxx b/writerperfect/source/common/WPXSvInputStream.cxx
index 52d5824530ee..a0edca0611c8 100644
--- a/writerperfect/source/common/WPXSvInputStream.cxx
+++ b/writerperfect/source/common/WPXSvInputStream.cxx
@@ -817,7 +817,6 @@ WPXSvInputStream::WPXSvInputStream(Reference< XInputStream > xStream) :
WPXSvInputStream::~WPXSvInputStream()
{
- delete mpImpl;
}
#define BUFFER_MAX 65536