[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - formula/source

Kohei Yoshida kohei.yoshida at gmail.com
Mon Mar 18 15:38:38 PDT 2013


 formula/source/core/api/FormulaCompiler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 533a088d51bf4fe1c216d2a2806e55ae85a42c06
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Mon Mar 18 17:14:51 2013 -0400

    Fix indentation.
    
    Change-Id: Ia277ac4e9eeb34a2b0244ebb5f09c428f5cf2b64

diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index 3cfb903..3e990cb 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -2018,7 +2018,7 @@ void FormulaCompiler::LocalizeString( String& /*rName*/ )
 void FormulaCompiler::PushTokenArray( FormulaTokenArray* pa, bool bTemp )
 {
     if ( bAutoCorrect && !pStack )
-        {   // don't merge stacked subroutine code into entered formula
+    {   // don't merge stacked subroutine code into entered formula
         aCorrectedFormula += aCorrectedSymbol;
         aCorrectedSymbol.Erase();
     }


More information about the Libreoffice-commits mailing list