summaryrefslogtreecommitdiff
path: root/configmgr/qa/unit/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/qa/unit/test.cxx')
-rw-r--r--configmgr/qa/unit/test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx
index fa32488c58ca..bc8f09c5f98f 100644
--- a/configmgr/qa/unit/test.cxx
+++ b/configmgr/qa/unit/test.cxx
@@ -67,7 +67,7 @@ void normalize(
*name = relative;
} else {
OUStringBuffer buf(path);
- buf.append(sal_Unicode('/'));
+ buf.append('/');
buf.append(relative.copy(0, i));
*normalizedPath = buf.makeStringAndClear();
*name = relative.copy(i + 1);