RTL_CONSTASCII_USTRINGPARAM in base
This commit is contained in:
parent
ca47e7c296
commit
96342abf50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue