diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-13 00:03:54 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-13 00:03:54 -0500 |
commit | 1d2b4089c41d5cc183638a47598ba02d8ad2d7ee (patch) | |
tree | 11221c1b357dc589b2002a7571a2e03609ace50f /sc/inc/dpobject.hxx | |
parent | b8d460580f9ba7d9da19d1fb6bd101fa16e41ba6 (diff) |
Renamed data member.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r-- | sc/inc/dpobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<ScDPTableDataCache*> m_listDPObjectsCaches; + ::std::list<ScDPTableDataCache*> maDPDataCaches; public: ScDPCollection(ScDocument* pDocument); ScDPCollection(const ScDPCollection& r); |