diff options
author | pjacquod <pjacquod@alumni.ethz.ch> | 2010-11-14 17:23:18 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-11-15 00:02:58 +0100 |
commit | 184db64d1bf1f351bbd52915586fe071377d70fa (patch) | |
tree | b41ab3f7e032fbc9aa735054f54044b4bb42a1f4 | |
parent | 27fc0cbfbc77aa08c180bf0f537378589fe6d283 (diff) |
RTL_CONSTASCII_USTRINGPARAM in base
-rw-r--r-- | 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 b7ad819b3..9a8ca2680 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 |