summaryrefslogtreecommitdiffstats
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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/condformat/condformathelper.cxx b/sc/source/ui/condformat/condformathelper.cxx
index ad1c1cb50cb3..3d5f0f83af58 100644
--- a/sc/source/ui/condformat/condformathelper.cxx
+++ b/sc/source/ui/condformat/condformathelper.cxx
@@ -126,13 +126,13 @@ OUString ScCondFormatHelper::GetExpression(const ScConditionalFormat& rFormat, c
else
{
aBuffer.append(getTextForType(CONDITION));
- aBuffer.append(OUString(" "));
+ aBuffer.append(" ");
aBuffer.append(getExpression(static_cast<sal_Int32>(eMode)));
- aBuffer.append(OUString(" "));
+ aBuffer.append(" ");
if(eMode == SC_COND_BETWEEN || eMode == SC_COND_NOTBETWEEN)
{
aBuffer.append(pEntry->GetExpression(rPos, 0));
- aBuffer.append(OUString(" and "));
+ aBuffer.append(" and ");
aBuffer.append(pEntry->GetExpression(rPos, 1));
}
else if(eMode <= SC_COND_NOTEQUAL || eMode >= SC_COND_BEGINS_WITH)
@@ -169,7 +169,7 @@ OUString ScCondFormatHelper::GetExpression( ScCondFormatEntryType eType, sal_Int
OUString aStr1, OUString aStr2 )
{
OUStringBuffer aBuffer(getTextForType(eType));
- aBuffer.append(OUString(" "));
+ aBuffer.append(" ");
if(eType == CONDITION)
{
// workaround missing FORMULA option in the conditions case