summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-03-06 18:00:09 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-03-06 18:00:09 +0100
commit6cdce7fdce4905804554856f30aaf3cf68ebeaac (patch)
tree7f2b8509ddbcea98f0fda631dc6a200d9d9d3600 /svtools
parent966ab5cd805d403f1dec73bb1a452b9ed38348d5 (diff)
janitorial: indentation
Change-Id: Ia1d4f938cbc3c142a415850208482e6e36122562
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/fmtfield.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/control/fmtfield.cxx b/svtools/source/control/fmtfield.cxx
index a37ab98aced2..0b2c3e4c55dc 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