summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpshttab.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/dpshttab.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/dpshttab.hxx')
-rw-r--r--sc/inc/dpshttab.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx
index 9df0d72e8f09..38a0d589e235 100644
--- a/sc/inc/dpshttab.hxx
+++ b/sc/inc/dpshttab.hxx
@@ -44,6 +44,7 @@ namespace com { namespace sun { namespace star { namespace sheet {
class ScDPDimension;
class ScDPItemData;
+class ScDPDimensionSaveData;
/**
* This class contains authoritative information on the internal reference
@@ -78,7 +79,7 @@ public:
const ScQueryParam& GetQueryParam() const;
bool operator== ( const ScSheetSourceDesc& rOther ) const;
- SC_DLLPUBLIC const ScDPCache* CreateCache() const;
+ SC_DLLPUBLIC const ScDPCache* CreateCache(const ScDPDimensionSaveData* pDimData) const;
/**
* Check the sanity of the data source range.