summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2010-12-15 07:46:00 +0100
committerDavid Tardon <dtardon@redhat.com>2010-12-15 07:46:00 +0100
commit3735fc8d810a0b0f9494f0cd392d1278e3c59de7 (patch)
tree644fa6ee268a27629884baeac8bf199fe969a4c0 /xmloff
parent005b548d0cf18aeb350f598435b02a2e749b0cff (diff)
RTL_CONSTASCII_USTRINGPARAM xmloff
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/xmlexp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/xmlexp.hxx b/xmloff/inc/xmloff/xmlexp.hxx
index 0d64a36381..dd9e935652 100644
--- a/xmloff/inc/xmloff/xmlexp.hxx
+++ b/xmloff/inc/xmloff/xmlexp.hxx
@@ -369,7 +369,7 @@ public:
::rtl::OUString
EnsureNamespace(::rtl::OUString const & i_rNamespace,
::rtl::OUString const & i_rPreferredPrefix
- = ::rtl::OUString::createFromAscii("gen") );
+ = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("gen")) );
// Check if common attribute list is empty.
#ifndef DBG_UTIL