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

New commits:
commit 61b5cb4cb3d8fe1f93b760bf753d58fa92bdc29e
Author: Eike Rathke <er...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to