Kaydet (Commit) fab61094 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix OOXML validation error with conditional formatting

Change-Id: I737b3f5bf140a0cf80fac6cae243922882cca018
üst b2f7859f
......@@ -811,10 +811,10 @@ const char* GetOperatorString(ScConditionMode eMode, bool& bFrmla2)
pRet = "notBetween";
break;
case SC_COND_DUPLICATE:
pRet = "duplicateValues";
pRet = NULL;
break;
case SC_COND_NOTDUPLICATE:
pRet = "uniqueValues";
pRet = NULL;
break;
case SC_COND_DIRECT:
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment