summaryrefslogtreecommitdiff
path: root/sc/source/core/data/docpool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/docpool.cxx')
-rw-r--r--sc/source/core/data/docpool.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/core/data/docpool.cxx b/sc/source/core/data/docpool.cxx
index 41b15efa9417..b6888e776a4b 100644
--- a/sc/source/core/data/docpool.cxx
+++ b/sc/source/core/data/docpool.cxx
@@ -710,7 +710,6 @@ static bool lcl_HFPresentation
SfxItemIter aIter( rSet );
pItem = aIter.FirstItem();
OUString aText;
- OUString aDel(" + ");
while( pItem )
{
@@ -776,7 +775,7 @@ static bool lcl_HFPresentation
if ( aText.getLength() )
{
- rText = rText + aText + aDel;
+ rText = rText + aText + " + ";
}
pItem = aIter.NextItem();