Kaydet (Commit) 2930ba2a authored tarafından Eike Rathke's avatar Eike Rathke

CheckLinkFormulaNeedingCheck() for .ods conditional format expressions

Change-Id: I45eb1ab5efa0ec9da2663f20427d2474ce300826
üst faa0305b
......@@ -471,6 +471,12 @@ void ScConditionEntry::CompileXML()
Compile( GetExpression(aSrcPos, 0, 0, eTempGrammar1),
GetExpression(aSrcPos, 1, 0, eTempGrammar2),
aStrNmsp1, aStrNmsp2, eTempGrammar1, eTempGrammar2, true );
// Importing ocDde/ocWebservice?
if (pFormula1)
mpDoc->CheckLinkFormulaNeedingCheck(*pFormula1);
if (pFormula2)
mpDoc->CheckLinkFormulaNeedingCheck(*pFormula2);
}
void ScConditionEntry::SetSrcString( const OUString& rNew )
......
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