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

workaround FORMULA is not part of the condition is in the UI

Change-Id: I6c51ecfbddeeaed3f8747cde90996f7e236a0afd
üst a8406aa3
......@@ -153,6 +153,10 @@ rtl::OUString ScCondFormatHelper::GetExpression( ScCondFormatEntryType eType, sa
aBuffer.append(rtl::OUString(" "));
if(eType == CONDITION)
{
// workaround missing FORMULA option in the conditions case
// FORMULA is handled later
if(nIndex > 9)
++nIndex;
aBuffer.append(getExpression(nIndex));
if(nIndex <= 7 || nIndex >= 19)
{
......
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