summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-06-15 12:41:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-06-15 12:44:10 +0100
commit03e750a73273239e238d8dd8f6f01aa59a8f6cca (patch)
treeb7d8e6ddff4038b63f137b6e244de1acfbd93112 /sw/source/filter/ww8/ww8par2.hxx
parentd47719a7a8558db9502b84e3e64c4a1bb7af3e7c (diff)
ofz: fix another leak
Change-Id: I488ee070ab781011e357db6858188d2b706cb348
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index d532a580634e..a097b62ba774 100644
--- a/sw/source/filter/ww8/ww8par2.hxx
+++ b/sw/source/filter/ww8/ww8par2.hxx
@@ -67,7 +67,7 @@ struct WW8SwFlyPara
// part 2: changes found during reading
long nNewNetWidth;
- SwPosition* pMainTextPos; // to return to main text after apo
+ std::unique_ptr<SwPosition> xMainTextPos; // to return to main text after apo
sal_uInt16 nLineSpace; // line space in tw for graf apos
bool bAutoWidth;
bool bToggelPos;