summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/rangelst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/tool/rangelst.cxx')
-rw-r--r--sc/source/core/tool/rangelst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/rangelst.cxx b/sc/source/core/tool/rangelst.cxx
index 03ac8ebeec53..fb5434bd1cb0 100644
--- a/sc/source/core/tool/rangelst.cxx
+++ b/sc/source/core/tool/rangelst.cxx
@@ -158,7 +158,7 @@ void ScRangeList::Format( OUString& rStr, ScRefFlags nFlags, const ScDocument* p
if (bFirst)
bFirst = false;
else
- aBuf.append(OUStringLiteral1(cDelimiter));
+ aBuf.append(OUStringChar(cDelimiter));
aBuf.append(r.Format(nFlags, pDoc, eConv, bFullAddressNotation));
}
rStr = aBuf.makeStringAndClear();