From 593f6ac1064184f1faee60155c412b964f6f86a1 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 8 Mar 2012 15:49:31 -0500 Subject: 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. --- sc/inc/dpsdbtab.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sc/inc/dpsdbtab.hxx') 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; }; /** -- cgit v1.2.3