summaryrefslogtreecommitdiff
path: root/unotools/source/config/useroptions.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 11:46:36 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-02 12:58:04 -0500
commit8c525962030bb5b26a8ee84ba49b4bfd557fe3d4 (patch)
tree1abec479a13513e6b40900123f8cbb6309f23f03 /unotools/source/config/useroptions.cxx
parentc6b7e74076828e63ea9cfe91935cc11673939491 (diff)
targeted string re-work
Change-Id: I1af89db47fb3e387b5b83a86424bfac44eb28135
Diffstat (limited to 'unotools/source/config/useroptions.cxx')
-rw-r--r--unotools/source/config/useroptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/useroptions.cxx b/unotools/source/config/useroptions.cxx
index fbe7ddf0f8c0..d25dbeb40051 100644
--- a/unotools/source/config/useroptions.cxx
+++ b/unotools/source/config/useroptions.cxx
@@ -794,7 +794,7 @@ void SvtUserOptions_Impl::SetApartment( const ::rtl::OUString& sApartment )
sFullName = GetFirstName();
sFullName.trim();
if ( !sFullName.isEmpty() )
- sFullName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" "));
+ sFullName += ::rtl::OUString(" ");
sFullName += GetLastName();
sFullName.trim();