diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/test/stm/pipetest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io/test/stm/pipetest.cxx b/io/test/stm/pipetest.cxx index 1dbfc312ee75..ec0155e8b81f 100644 --- a/io/test/stm/pipetest.cxx +++ b/io/test/stm/pipetest.cxx @@ -420,12 +420,12 @@ Sequence<OUString> OPipeTest_getSupportedServiceNames(void) throw() OUString OPipeTest_getServiceName() throw() { - return OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICE_NAME ) ); + return OUString( SERVICE_NAME ); } OUString OPipeTest_getImplementationName() throw() { - return OUString( RTL_CONSTASCII_USTRINGPARAM( IMPLEMENTATION_NAME ) ); + return OUString( IMPLEMENTATION_NAME ); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |