summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpoverride.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpoverride.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpoverride.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpoverride.hxx b/lotuswordpro/source/filter/lwpoverride.hxx
index c88ed65ea937..935fd0f7bbbe 100644
--- a/lotuswordpro/source/filter/lwpoverride.hxx
+++ b/lotuswordpro/source/filter/lwpoverride.hxx
@@ -63,6 +63,7 @@
#include "lwpobjid.hxx"
#include "lwptools.hxx"
+#include <memory>
class LwpObjectStream;
@@ -493,7 +494,7 @@ private:
LwpAmikakeOverride& operator=(LwpAmikakeOverride const& rOther) = delete;
private:
- LwpBackgroundStuff* m_pBackgroundStuff;
+ std::unique_ptr<LwpBackgroundStuff> m_pBackgroundStuff;
sal_uInt16 m_nType;
};