summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpgrfobj.hxx
diff options
context:
space:
mode:
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: