[Libreoffice-commits] .: reportdesign/source

Sebastian Spaeth spaetz at kemper.freedesktop.org
Sun Nov 14 15:05:00 PST 2010


 reportdesign/source/filter/xml/dbloader2.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 184db64d1bf1f351bbd52915586fe071377d70fa
Author: pjacquod <pjacquod at alumni.ethz.ch>
Date:   Sun Nov 14 17:23:18 2010 +0100

    RTL_CONSTASCII_USTRINGPARAM in base

diff --git a/reportdesign/source/filter/xml/dbloader2.hxx b/reportdesign/source/filter/xml/dbloader2.hxx
index b7ad819..9a8ca26 100644
--- a/reportdesign/source/filter/xml/dbloader2.hxx
+++ b/reportdesign/source/filter/xml/dbloader2.hxx
@@ -91,7 +91,7 @@ public:
     // static methods
     static ::rtl::OUString getImplementationName_Static(void) throw( ::com::sun::star::uno::RuntimeException )
     {
-        return ::rtl::OUString::createFromAscii("com.sun.star.comp.report.ORptTypeDetection");
+        return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.report.ORptTypeDetection"));
     }
     static ::com::sun::star::uno::Sequence< ::rtl::OUString > getSupportedServiceNames_Static(void) throw( ::com::sun::star::uno::RuntimeException );
     static ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL


More information about the Libreoffice-commits mailing list