summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8toolbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8toolbar.hxx')
-rw-r--r--sw/source/filter/ww8/ww8toolbar.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8toolbar.hxx b/sw/source/filter/ww8/ww8toolbar.hxx
index c5079f4eb617..c37176f647ae 100644
--- a/sw/source/filter/ww8/ww8toolbar.hxx
+++ b/sw/source/filter/ww8/ww8toolbar.hxx
@@ -231,7 +231,7 @@ public:
class PlfAcd: public Tcg255SubStruct
{
sal_Int32 iMac;
- Acd* rgacd;
+ std::unique_ptr<Acd[]> rgacd;
PlfAcd(const PlfAcd&) = delete;
PlfAcd& operator = ( const PlfAcd&) = delete;
@@ -268,7 +268,7 @@ public:
class PlfKme : public Tcg255SubStruct
{
sal_Int32 iMac;
- Kme* rgkme;
+ std::unique_ptr<Kme[]> rgkme;
PlfKme(const PlfKme&) = delete;
PlfKme& operator = ( const PlfKme&) = delete;