From 5bb4a2ba1d8a6b98720868786e552aa8fd2a22eb Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 19 Mar 2013 14:16:55 +0100 Subject: further OUString cleanup Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6 --- idlc/source/idlccompile.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'idlc') diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index 8770a2f37934..2c8beb5e4c00 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -308,9 +308,9 @@ sal_Int32 compileFile(const OString * pathname) cpp = cpp.copy(0, idx); #if defined(SAL_W32) - cpp += OUString("ucpp.exe"); + cpp += "ucpp.exe"; #else - cpp += OUString("ucpp"); + cpp += "ucpp"; #endif #else // SYSTEM_UCPP cpp = OUString( RTL_CONSTASCII_USTRINGPARAM(UCPP)); -- cgit