summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/options/optpath.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 98999d9c6e34..370f71cd1ba8 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -595,9 +595,7 @@ IMPL_LINK_NOARG_TYPED(SvxPathTabPage, PathHdl_Impl, Button*, void)
sUser += OUString(cDelim);
sUser += sNewPath.getToken( i, cDelim );
}
- if ( !sFullPath.isEmpty() )
- sFullPath += OUString(cDelim);
- sFullPath += sUser;
+ sFullPath = sUser;
sWritable += sNewPath.getToken( i, cDelim );
if ( !sFullPath.isEmpty() )
sFullPath += OUString(cDelim);