summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-13 01:47:19 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-13 01:47:19 -0500
commit240317dc64b9c3cdd30c41bdb5e4a7d821fb53a7 (patch)
tree2d3feadadfd38a7d0c1a8535873a6755da1d063d /sc/inc/dpobject.hxx
parentScDPCollection is no longer derived from ScCollection. (diff)
downloadcore-240317dc64b9c3cdd30c41bdb5e4a7d821fb53a7.tar.gz
core-240317dc64b9c3cdd30c41bdb5e4a7d821fb53a7.zip
Aligned names.
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 307052373317..46579491c9c4 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -265,10 +265,12 @@ class ScDPCollection
private:
ScDocument* pDoc;
- typedef ::boost::ptr_list<ScDPTableDataCache> DataCachesType;
- typedef ::boost::ptr_vector<ScDPObject> TablesType;
+ typedef ::boost::ptr_list<ScDPTableDataCache> DataCachesType;
+ typedef ::boost::ptr_vector<ScDPObject> TablesType;
+
TablesType maTables;
DataCachesType maDPDataCaches;
+
public:
ScDPCollection(ScDocument* pDocument);
ScDPCollection(const ScDPCollection& r);