summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpsdbtab.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-08 15:49:31 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 11:13:35 -0500
commit593f6ac1064184f1faee60155c412b964f6f86a1 (patch)
tree1398b81fd493356ad21ca744cd325f4778c66bfc /sc/inc/dpsdbtab.hxx
parentGet normal grouping to work again. (diff)
downloadcore-593f6ac1064184f1faee60155c412b964f6f86a1.tar.gz
core-593f6ac1064184f1faee60155c412b964f6f86a1.zip
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.hxx3
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;
};
/**