save unique value conditional format to xlsx
Change-Id: Id126500d499e751c351d6ed499af96136039e1f1
This commit is contained in:
parent
9e14712f85
commit
8f531a6cd7
1 changed files with 2 additions and 0 deletions
|
@ -818,6 +818,8 @@ const char* GetOperatorString(ScConditionMode eMode, bool& bFrmla2)
|
|||
pRet = "duplicateValues";
|
||||
break;
|
||||
case SC_COND_NOTDUPLICATE:
|
||||
pRet = "uniqueValues";
|
||||
break;
|
||||
case SC_COND_DIRECT:
|
||||
case SC_COND_NONE:
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue