summaryrefslogtreecommitdiffstats
path: root/sc/qa/extras/check_data_pilot_field.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/check_data_pilot_field.cxx')
-rw-r--r--sc/qa/extras/check_data_pilot_field.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/qa/extras/check_data_pilot_field.cxx b/sc/qa/extras/check_data_pilot_field.cxx
index 24c7ffb90f9a..e4013727015a 100644
--- a/sc/qa/extras/check_data_pilot_field.cxx
+++ b/sc/qa/extras/check_data_pilot_field.cxx
@@ -69,7 +69,9 @@ private:
bool CheckDataPilotField::isPropertyIgnored(const OUString& rName)
{
return rName == "Function"
- || rName == "Subtotals";
+ || rName == "Subtotals"
+ || rName == "Function2"
+ || rName == "Subtotals2";
}
CheckDataPilotField::CheckDataPilotField()