diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-05-07 11:59:47 +0200 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-05-07 11:59:47 +0200 |
commit | 9ee39d86f51ae10adc6b0b79e81644d13927b2bd (patch) | |
tree | 65bf083e8914fc4ec20b293df99f9e8dcc7084c3 /sc/inc/dpgroup.hxx | |
parent | 8edd46f0711d56369dd863b8deea5a98fcc1f31b (diff) |
calc54: #i111435# in ScDPGroupTableData::CalcResults use dimension indexes including groups
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r-- | sc/inc/dpgroup.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx index 2a66f8b45555..a22b6fd6a2eb 100644 --- a/sc/inc/dpgroup.hxx +++ b/sc/inc/dpgroup.hxx @@ -207,7 +207,6 @@ class ScDPGroupTableData : public ScDPTableData void FillGroupValues( SCROW* pItemDataIndex, long nCount, const long* pDims ); virtual long GetSourceDim( long nDim ); // End Comments - void CopyFields(const ::std::vector<long>& rFieldDims, ::std::vector<long>& rNewFieldDims); bool IsNumGroupDimension( long nDimension ) const; void GetNumGroupInfo( long nDimension, ScDPNumGroupInfo& rInfo, |