Kaydet (Commit) 61b5cb4c authored tarafından Eike Rathke's avatar Eike Rathke

Remove pointless SAL_INFO

Another fallout from the blind fprintf to SAL_INFO conversion, where with
fprintf the line was continued later.

Change-Id: I5b8f2a81b1c4dd2a5faaa659734da7d6275319ce
üst 18456108
...@@ -509,7 +509,6 @@ void ScParameterClassification::GenerateDocumentation() ...@@ -509,7 +509,6 @@ void ScParameterClassification::GenerateDocumentation()
OpCode eOp = OpCode(i); OpCode eOp = OpCode(i);
if ( !xMap->getSymbol(eOp).isEmpty() ) if ( !xMap->getSymbol(eOp).isEmpty() )
{ {
SAL_INFO("sc.core", "GenerateDocumentation, env var name: " << aEnvVarName);
OUStringBuffer aStr(xMap->getSymbol(eOp)); OUStringBuffer aStr(xMap->getSymbol(eOp));
aStr.append('('); aStr.append('(');
formula::FormulaByteToken aToken( eOp); formula::FormulaByteToken aToken( eOp);
......
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