summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpgrfobj.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-06-11 17:46:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-06-11 17:47:21 +0200
commit608a67ac73a14a563c5f7692d4ca5de28777f290 (patch)
tree74bb9b5ebd32135090057b594a1046fc7ece15a0 /lotuswordpro/source/filter/lwpgrfobj.hxx
parenta83e40e2feaaa496e6051fb323df2eef63d85a04 (diff)
Fix memory leaks, by refcounting XFContent
Change-Id: I8c94c63230eec13bf22043ff07f9f480a0463111
Diffstat (limited to 'lotuswordpro/source/filter/lwpgrfobj.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpgrfobj.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/lwpgrfobj.hxx b/lotuswordpro/source/filter/lwpgrfobj.hxx
index a2043c10c381..18a2e23ace21 100644
--- a/lotuswordpro/source/filter/lwpgrfobj.hxx
+++ b/lotuswordpro/source/filter/lwpgrfobj.hxx
@@ -110,7 +110,7 @@ private:
void ParseChart(IXFStream* pOutputStream);
bool IsGrafFormatValid();
// add by , 03/25/2005
- std::vector <XFFrame*> m_vXFDrawObjects;
+ std::vector< rtl::Reference<XFFrame> > m_vXFDrawObjects;
// end add
public: