summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-30 03:01:22 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-06-30 03:15:50 +0200
commite8451dba20390387289765b112568166a5f411fe (patch)
tree0f483c5cd277570c6494fd315512c0a2a344213d /sc
parentfdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibility (diff)
downloadcore-e8451dba20390387289765b112568166a5f411fe.tar.gz
core-e8451dba20390387289765b112568166a5f411fe.zip
the end of the formula is the closing bracket, fdo#51507
Change-Id: I2cc6505571ff62d44443c161317b61033be0d7ec
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlcondformat.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlcondformat.cxx b/sc/source/filter/xml/xmlcondformat.cxx
index a8fc8bb95159..ed9bc497c48a 100644
--- a/sc/source/filter/xml/xmlcondformat.cxx
+++ b/sc/source/filter/xml/xmlcondformat.cxx
@@ -363,7 +363,7 @@ void GetConditionData(const rtl::OUString& rValue, ScConditionMode& eMode, rtl::
const sal_Unicode* pStr = rValue.getStr();
const sal_Unicode* pStart = pStr + 11;
const sal_Unicode* pEnd = pStr + rValue.getLength();
- rExpr1 = ScXMLConditionHelper::getExpression( pStart, pEnd, ',');
+ rExpr1 = ScXMLConditionHelper::getExpression( pStart, pEnd, ')');
eMode = SC_COND_DIRECT;
}
else