From 1d2b4089c41d5cc183638a47598ba02d8ad2d7ee Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 13 Jan 2011 00:03:54 -0500 Subject: Renamed data member. --- sc/inc/dpobject.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/dpobject.hxx') diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx index d2fba890ebb9..e0370772a988 100644 --- a/sc/inc/dpobject.hxx +++ b/sc/inc/dpobject.hxx @@ -262,7 +262,7 @@ class ScDPCollection : public ScCollection { private: ScDocument* pDoc; - std::list m_listDPObjectsCaches; + ::std::list maDPDataCaches; public: ScDPCollection(ScDocument* pDocument); ScDPCollection(const ScDPCollection& r); -- cgit