formula/source/core/api/FormulaCompiler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 533a088d51bf4fe1c216d2a2806e55ae85a42c06 Author: Kohei Yoshida <[email protected]> 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(); } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
