summaryrefslogtreecommitdiff
path: root/sc/inc/dptabres.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-03-02 16:52:14 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 11:13:28 -0500
commit246521c9578e3cb66e610850716ba72f1e9981bc (patch)
tree8ce6cba13a105c6732f6e3284577e31ee809dc63 /sc/inc/dptabres.hxx
parent98b4beebce3720c55ff3302a43d482db8adbc6fe (diff)
Massive rework to reduce the size of ScDPItemData.
Currently lots of things are broken.
Diffstat (limited to 'sc/inc/dptabres.hxx')
-rw-r--r--sc/inc/dptabres.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx
index 80e77cca99c7..bfdef7ff4411 100644
--- a/sc/inc/dptabres.hxx
+++ b/sc/inc/dptabres.hxx
@@ -506,7 +506,7 @@ public:
typedef std::vector<ScDPResultMember*> MemberArray;
typedef std::map<SCROW, ScDPResultMember*> MemberHash;
private:
- const ScDPResultData* pResultData;
+ const ScDPResultData* pResultData;
MemberArray maMemberArray;
MemberHash maMemberHash;
sal_Bool bInitialized;