summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-13 00:03:54 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-13 00:03:54 -0500
commit1d2b4089c41d5cc183638a47598ba02d8ad2d7ee (patch)
tree11221c1b357dc589b2002a7571a2e03609ace50f /sc/inc/dpobject.hxx
parentRemoved unused method. (diff)
downloadcore-1d2b4089c41d5cc183638a47598ba02d8ad2d7ee.tar.gz
core-1d2b4089c41d5cc183638a47598ba02d8ad2d7ee.zip
Renamed data member.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx2
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);