diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2010-12-15 07:46:00 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-12-15 07:46:00 +0100 |
commit | c058db95aeb9b62b1c1e1696d488a918b427247e (patch) | |
tree | 4b3889defdca80726ade7edf1817906dbc18d841 /xmloff | |
parent | d020028d46d78fe1cf3496bf0184df46759cb97c (diff) |
RTL_CONSTASCII_USTRINGPARAM xmloff
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmloff/xmlexp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/xmlexp.hxx b/xmloff/inc/xmloff/xmlexp.hxx index e815bb218f39..153065f9b970 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 |