hello,
it seems base in now clear (this one had spaces,...) I will do a full grep

regards
pjacquod
>From 08cfa904d88460a8f90bb6c6ea87095c522e7123 Mon Sep 17 00:00:00 2001
From: pjacquod <pjacq...@alumni.ethz.ch>
Date: Sun, 14 Nov 2010 17:23:18 +0100
Subject: [PATCH] RTL_CONSTASCII_USTRINGPARAM  in base

---
 reportdesign/source/filter/xml/dbloader2.hxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.7.1

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to