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

expression is not a valid cfRule:operator value

We don't need the operator attribute when we have an expression anyway.

Change-Id: I3a9af7d27de7a4aed535ee21528cb350fb91008a
üst 86079e88
...@@ -808,7 +808,6 @@ const char* GetOperatorString(ScConditionMode eMode, bool& bFrmla2) ...@@ -808,7 +808,6 @@ const char* GetOperatorString(ScConditionMode eMode, bool& bFrmla2)
pRet = "uniqueValues"; pRet = "uniqueValues";
break; break;
case SC_COND_DIRECT: case SC_COND_DIRECT:
pRet = "expression";
break; break;
case SC_COND_NONE: case SC_COND_NONE:
default: default:
......
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