summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xepivot.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xepivot.cxx')
-rw-r--r--sc/source/filter/excel/xepivot.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/filter/excel/xepivot.cxx b/sc/source/filter/excel/xepivot.cxx
index dbb2653d6114..9623b9aeef36 100644
--- a/sc/source/filter/excel/xepivot.cxx
+++ b/sc/source/filter/excel/xepivot.cxx
@@ -996,12 +996,6 @@ OUString XclExpPTField::GetFieldName() const
return mpCacheField ? mpCacheField->GetFieldName() : OUString();
}
-sal_uInt16 XclExpPTField::GetFieldIndex() const
-{
- // field index always equal to cache index
- return maFieldInfo.mnCacheIdx;
-}
-
sal_uInt16 XclExpPTField::GetLastDataInfoIndex() const
{
OSL_ENSURE( !maDataInfoVec.empty(), "XclExpPTField::GetLastDataInfoIndex - no data info found" );