summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/options/optpath.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 2aa6aafbcbc4..a60d36dd46b3 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -598,12 +598,12 @@ IMPL_LINK_NOARG_TYPED(SvxPathTabPage, PathHdl_Impl, Button*, void)
break;
}
if ( !sUser.isEmpty() )
- sUser += OUString(cDelim);
+ sUser += OUStringLiteral1<MULTIPATH_DELIMITER>();
sUser += sToken;
}
sFullPath = sUser;
if ( !sFullPath.isEmpty() )
- sFullPath += OUString(cDelim);
+ sFullPath += OUStringLiteral1<MULTIPATH_DELIMITER>();
sFullPath += sWritable;
}