summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/excel/xecontent.cxx')
-rw-r--r--sc/source/filter/excel/xecontent.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index 6c317e996fbc..e278a09bd9e1 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -844,6 +844,10 @@ const char* GetTypeString(ScConditionMode eMode)
case SC_COND_ABOVE_AVERAGE:
case SC_COND_BELOW_AVERAGE:
return "aboveAverage";
+ case SC_COND_NOTDUPLICATE:
+ return "uniqueValues";
+ case SC_COND_DUPLICATE:
+ return "duplicateValues";
default:
return "cellIs";
}