diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-03-02 16:52:14 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-09 11:13:28 -0500 |
commit | 246521c9578e3cb66e610850716ba72f1e9981bc (patch) | |
tree | 8ce6cba13a105c6732f6e3284577e31ee809dc63 /sc/inc/dptabres.hxx | |
parent | 98b4beebce3720c55ff3302a43d482db8adbc6fe (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.hxx | 2 |
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; |