[Libreoffice-commits] .: xmloff/inc

David Tardon dtardon at kemper.freedesktop.org
Tue Dec 14 22:46:23 PST 2010


 xmloff/inc/xmloff/xmlexp.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3735fc8d810a0b0f9494f0cd392d1278e3c59de7
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Dec 15 07:46:00 2010 +0100

    RTL_CONSTASCII_USTRINGPARAM xmloff

diff --git a/xmloff/inc/xmloff/xmlexp.hxx b/xmloff/inc/xmloff/xmlexp.hxx
index 0d64a36..dd9e935 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


More information about the Libreoffice-commits mailing list