summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat/condformathelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/condformat/condformathelper.cxx')
-rw-r--r--sc/source/ui/condformat/condformathelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/condformat/condformathelper.cxx b/sc/source/ui/condformat/condformathelper.cxx
index 3ae4f301a1a5..b595b6f8d157 100644
--- a/sc/source/ui/condformat/condformathelper.cxx
+++ b/sc/source/ui/condformat/condformathelper.cxx
@@ -204,7 +204,7 @@ OUString ScCondFormatHelper::GetExpression( ScCondFormatEntryType eType, sal_Int
aBuffer.append(getExpression(nIndex));
if(nIndex <= 7 || nIndex >= 19)
{
- aBuffer.append(" ").append(aStr1);
+ aBuffer.append(OUString::Concat(" ") + aStr1);
if(nIndex == 6 || nIndex == 7)
{
aBuffer.append(" ");
@@ -216,7 +216,7 @@ OUString ScCondFormatHelper::GetExpression( ScCondFormatEntryType eType, sal_Int
}
else if(eType == FORMULA)
{
- aBuffer.append(" ").append(aStr1);
+ aBuffer.append(OUString::Concat(" ") + aStr1);
}
else if(eType == DATE)
{