[Libreoffice-commits] core.git: sc/source

Eike Rathke erack at redhat.com
Fri Jun 2 18:00:35 UTC 2017


 sc/source/core/tool/parclass.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 61b5cb4cb3d8fe1f93b760bf753d58fa92bdc29e
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Jun 2 19:57:17 2017 +0200

    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

diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx
index bb10acf2d27e..ca2dd2f43454 100644
--- a/sc/source/core/tool/parclass.cxx
+++ b/sc/source/core/tool/parclass.cxx
@@ -509,7 +509,6 @@ void ScParameterClassification::GenerateDocumentation()
         OpCode eOp = OpCode(i);
         if ( !xMap->getSymbol(eOp).isEmpty() )
         {
-            SAL_INFO("sc.core", "GenerateDocumentation, env var name: " << aEnvVarName);
             OUStringBuffer aStr(xMap->getSymbol(eOp));
             aStr.append('(');
             formula::FormulaByteToken aToken( eOp);


More information about the Libreoffice-commits mailing list