[Libreoffice-commits] core.git: svtools/source
Lionel Elie Mamane
lionel at mamane.lu
Wed Mar 6 09:00:35 PST 2013
svtools/source/control/fmtfield.cxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 6cdce7fdce4905804554856f30aaf3cf68ebeaac
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Wed Mar 6 18:00:09 2013 +0100
janitorial: indentation
Change-Id: Ia1d4f938cbc3c142a415850208482e6e36122562
diff --git a/svtools/source/control/fmtfield.cxx b/svtools/source/control/fmtfield.cxx
index a37ab98..0b2c3e4 100644
--- a/svtools/source/control/fmtfield.cxx
+++ b/svtools/source/control/fmtfield.cxx
@@ -954,10 +954,10 @@ void FormattedField::ImplSetValue(double dVal, sal_Bool bForce)
ImplGetFormatter()->GetOutputString(dVal, 0, sTemp, &m_pLastOutputColor);
// dann den String entsprechend dem Text-Format
{
- OUString sTempIn(sTemp);
- OUString sTempOut;
- ImplGetFormatter()->GetOutputString(sTempIn, m_nFormatKey, sTempOut, &m_pLastOutputColor);
- sNewText = sTempOut;
+ OUString sTempIn(sTemp);
+ OUString sTempOut;
+ ImplGetFormatter()->GetOutputString(sTempIn, m_nFormatKey, sTempOut, &m_pLastOutputColor);
+ sNewText = sTempOut;
}
}
else
More information about the Libreoffice-commits
mailing list