summaryrefslogtreecommitdiff
path: root/configmgr/source/childaccess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/childaccess.cxx')
-rw-r--r--configmgr/source/childaccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/childaccess.cxx b/configmgr/source/childaccess.cxx
index dec5c46e7b64..9e80d1bb6f5b 100644
--- a/configmgr/source/childaccess.cxx
+++ b/configmgr/source/childaccess.cxx
@@ -114,7 +114,7 @@ OUString ChildAccess::getRelativePathRepresentation() {
if (parent.is()) {
path.append(parent->getRelativePathRepresentation());
if (!path.isEmpty()) {
- path.append(sal_Unicode('/'));
+ path.append('/');
}
}
path.append(Data::createSegment(node_->getTemplateName(), name_));