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) ...@@ -811,10 +811,10 @@ const char* GetOperatorString(ScConditionMode eMode, bool& bFrmla2)
pRet = "notBetween"; pRet = "notBetween";
break; break;
case SC_COND_DUPLICATE: case SC_COND_DUPLICATE:
pRet = "duplicateValues"; pRet = NULL;
break; break;
case SC_COND_NOTDUPLICATE: case SC_COND_NOTDUPLICATE:
pRet = "uniqueValues"; pRet = NULL;
break; break;
case SC_COND_DIRECT: case SC_COND_DIRECT:
break; 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