summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/mtfrenderer')
-rw-r--r--cppcanvas/source/mtfrenderer/emfplus.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/cppcanvas/source/mtfrenderer/emfplus.cxx b/cppcanvas/source/mtfrenderer/emfplus.cxx
index e16fe7c2217d..d05dd2f04e67 100644
--- a/cppcanvas/source/mtfrenderer/emfplus.cxx
+++ b/cppcanvas/source/mtfrenderer/emfplus.cxx
@@ -387,14 +387,12 @@ namespace cppcanvas
sal_Int32 parts;
sal_Int32 *combineMode;
sal_Int32 initialState;
- EMFPPath *initialPath;
float ix, iy, iw, ih;
EMFPRegion ()
: parts(0)
, combineMode(nullptr)
, initialState(0)
- , initialPath(nullptr)
, ix(0.0)
, iy(0.0)
, iw(0.0)
@@ -408,10 +406,6 @@ namespace cppcanvas
delete [] combineMode;
combineMode = nullptr;
}
- if (initialPath) {
- delete initialPath;
- initialPath = nullptr;
- }
}
void Read (SvStream& s)