diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-08 15:49:31 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-03-09 11:13:35 -0500 |
commit | 593f6ac1064184f1faee60155c412b964f6f86a1 (patch) | |
tree | 1398b81fd493356ad21ca744cd325f4778c66bfc /sc/inc/dpsdbtab.hxx | |
parent | 32b61ed8931acd97e488bc73486244c385a3a974 (diff) |
Added hook to create group field data at cache creation time.
This is to avoid group data to be added multiple times in case of
multiple pivot tables referencing the same pivot cache.
Diffstat (limited to 'sc/inc/dpsdbtab.hxx')
-rw-r--r-- | sc/inc/dpsdbtab.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dpsdbtab.hxx b/sc/inc/dpsdbtab.hxx index 81d198ce345a..eba6da20d52d 100644 --- a/sc/inc/dpsdbtab.hxx +++ b/sc/inc/dpsdbtab.hxx @@ -39,6 +39,7 @@ class ScDPCacheTable; class ScDocument; class ScDPCache; +class ScDPDimensionSaveData; struct ScImportSourceDesc { @@ -58,7 +59,7 @@ struct ScImportSourceDesc mpDoc == rOther.mpDoc; } sal_Int32 GetCommandType() const; - const ScDPCache* CreateCache() const; + const ScDPCache* CreateCache(const ScDPDimensionSaveData* pDimData) const; }; /** |