summaryrefslogtreecommitdiff
path: root/unotools/source/config
diff options
context:
space:
mode:
authorserval <serval2412@yahoo.fr>2010-12-20 10:25:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-20 10:25:49 +0000
commit47e57a62dd7d7c747f0fe50b22bbd277b23ace05 (patch)
treee8b5deacbfed65d74b8193b2d2b62f6115bef400 /unotools/source/config
parentbc221867dcab6415d635f0d7ba145012cf8d4e66 (diff)
RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'unotools/source/config')
-rw-r--r--unotools/source/config/regoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/regoptions.cxx b/unotools/source/config/regoptions.cxx
index aad9dc205c3a..4328ed3ebcfe 100644
--- a/unotools/source/config/regoptions.cxx
+++ b/unotools/source/config/regoptions.cxx
@@ -139,7 +139,7 @@ namespace utl
#define DECLARE_STATIC_LAZY_USTRING( name ) \
static const ::rtl::OUString& lcl_get##name##Name() \
{ \
- static const ::rtl::OUString sName = ::rtl::OUString::createFromAscii( #name ); \
+ static const ::rtl::OUString sName(RTL_CONSTASCII_USTRINGPARAM( #name )); \
return sName; \
}