diff options
author | Noel Grandin <noel@peralex.com> | 2013-11-14 13:13:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-11-19 10:29:30 +0200 |
commit | 2c35fff7eca3a143d28dc75e6a73fe1101d2af77 (patch) | |
tree | fb31b64880b06b0e2bd867aa6216ae0259c7c091 /cppuhelper | |
parent | ccc297097891e62489e5d281a4ea128ec6b71361 (diff) |
remove most use of RTL_CONSTASCII_USTRINGPARAM macro
This is largely unnecessary when working with OUString
Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/test/bootstrap/bootstrap.test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/bootstrap/bootstrap.test.cxx b/cppuhelper/test/bootstrap/bootstrap.test.cxx index d49f9534d12d..27ae9ed2813e 100644 --- a/cppuhelper/test/bootstrap/bootstrap.test.cxx +++ b/cppuhelper/test/bootstrap/bootstrap.test.cxx @@ -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 |