remove most use of RTL_CONSTASCII_USTRINGPARAM macro
This is largely unnecessary when working with OUString Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
This commit is contained in:
@@ -145,7 +145,7 @@ static void s_test__loadSharedLibComponentFactory__purpose_purpose()
|
||||
|
||||
static rtl::OUString s_getSDrive(void)
|
||||
{
|
||||
rtl::OUString path;//(RTL_CONSTASCII_USTRINGPARAM("file://"));
|
||||
rtl::OUString path;//("file://");
|
||||
|
||||
// FIXME no more S drive
|
||||
|
||||
|
Reference in New Issue
Block a user