summaryrefslogtreecommitdiff
path: root/idlc/source/idlccompile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/idlccompile.cxx')
-rw-r--r--idlc/source/idlccompile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx
index 13a8b3fa63c1..8770a2f37934 100644
--- a/idlc/source/idlccompile.cxx
+++ b/idlc/source/idlccompile.cxx
@@ -52,8 +52,8 @@ extern int yydebug;
sal_Int32 lineNumber = 1;
-static OUString TMP(RTL_CONSTASCII_USTRINGPARAM("TMP"));
-static OUString TEMP(RTL_CONSTASCII_USTRINGPARAM("TEMP"));
+static OUString TMP("TMP");
+static OUString TEMP("TEMP");
static sal_Char tmpFilePattern[512];
sal_Bool isFileUrl(const OString& fileName)