diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 14:16:55 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-19 14:18:10 +0100 |
commit | 5bb4a2ba1d8a6b98720868786e552aa8fd2a22eb (patch) | |
tree | f891d796fa21c5bfb941eaa4a3f0c05a7e179cc6 /idlc | |
parent | 2633b249ea6921645c57ab24a1c9ad0c8e61e144 (diff) |
further OUString cleanup
Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/idlccompile.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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)); |