summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpglobalmgr.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-28 14:03:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-28 14:12:18 +0000
commit7edc6b9a749953b23ad439671405adf65834d83c (patch)
treeb79d69193fad6fa31de3f242396f43d62528f89f /lotuswordpro/source/filter/lwpglobalmgr.hxx
parentUpdated core (diff)
downloadcore-7edc6b9a749953b23ad439671405adf65834d83c.tar.gz
core-7edc6b9a749953b23ad439671405adf65834d83c.zip
fix leak
Change-Id: Id6171fbaffda1f0a20d33e9137d68e14c59e6aac
Diffstat (limited to 'lotuswordpro/source/filter/lwpglobalmgr.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpglobalmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpglobalmgr.hxx b/lotuswordpro/source/filter/lwpglobalmgr.hxx
index 8ded9606c625..a335ab295e3f 100644
--- a/lotuswordpro/source/filter/lwpglobalmgr.hxx
+++ b/lotuswordpro/source/filter/lwpglobalmgr.hxx
@@ -95,7 +95,7 @@ private:
LwpChangeMgr* m_pChangeMgr;
XFFontFactory* m_pXFFontFactory;
XFStyleManager* m_pXFStyleManager;
- std::map< sal_uInt16,LwpEditorAttr* > m_EditorAttrMap;
+ std::map<sal_uInt16, std::unique_ptr<LwpEditorAttr>> m_EditorAttrMap;
};
#endif