[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon May 27 17:41:56 PDT 2013
sc/source/filter/excel/xecontent.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit a9438f38c0765d029c72495eb11ba63ff7f187ce
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Fri May 24 16:04:17 2013 +0200
expression is not a valid cfRule:operator value
We don't need the operator attribute when we have an expression anyway.
Change-Id: I3a9af7d27de7a4aed535ee21528cb350fb91008a
diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index 5ee12cc..aa007b8 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -808,7 +808,6 @@ const char* GetOperatorString(ScConditionMode eMode, bool& bFrmla2)
pRet = "uniqueValues";
break;
case SC_COND_DIRECT:
- pRet = "expression";
break;
case SC_COND_NONE:
default:
More information about the Libreoffice-commits
mailing list