summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-15 19:05:48 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-18 17:25:39 -0500
commit3f5987421e4d612012ec346ae280fb362239a5d6 (patch)
tree3cbfdf8ab570d6695df31c46d6caf73a403e6e06
parentHandle external functions (add-ins). (diff)
downloadcore-3f5987421e4d612012ec346ae280fb362239a5d6.tar.gz
core-3f5987421e4d612012ec346ae280fb362239a5d6.zip
Fix indentation.
Change-Id: I260649aca445e03c52423d8f0a63eb4681d2a876
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index 480d557c301d..e8c40aa376f2 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -1843,9 +1843,9 @@ FormulaToken* FormulaCompiler::CreateStringFromToken( OUStringBuffer& rBuffer, F
}
}
if (!bMapped && !mxSymbols->isEnglish())
- LocalizeString( aAddIn );
- rBuffer.append( aAddIn);
- }
+ LocalizeString( aAddIn );
+ rBuffer.append( aAddIn);
+ }
break;
case svError:
AppendErrorConstant( rBuffer, t->GetError());