Kaydet (Commit) e9caad9b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

tdf#94924: Fix thinko from bdef079b

Change-Id: Iadeb311c364324d26acab8a856358e0a5c5673dc
üst 28ccb6d1
......@@ -1776,13 +1776,6 @@ public:
ss << ";\n";
ss << " }\n";
ss << "}\n";
if (vSubArguments[i]->GetFormulaToken()->GetType() ==
formula::svSingleVectorRef && ZeroReturnZero())
{
ss << "else{\n";
ss << " return 0;\n";
ss << " }\n";
}
}
else
{
......
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