summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
Diffstat (limited to 'registry')
-rw-r--r--registry/source/keyimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/keyimpl.cxx b/registry/source/keyimpl.cxx
index 36d6cae7157a..ae9605e2ddcc 100644
--- a/registry/source/keyimpl.cxx
+++ b/registry/source/keyimpl.cxx
@@ -1051,7 +1051,7 @@ OUString ORegKey::getFullPath(OUString const & path) const {
}
} else {
if (path[0] != '/') {
- b.append(sal_Unicode('/'));
+ b.append('/');
}
b.append(path);
}