summaryrefslogtreecommitdiff
path: root/sal/rtl/logfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/logfile.cxx')
-rw-r--r--sal/rtl/logfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/logfile.cxx b/sal/rtl/logfile.cxx
index c5396a7ac1a8..c33eb5800ae8 100644
--- a/sal/rtl/logfile.cxx
+++ b/sal/rtl/logfile.cxx
@@ -113,7 +113,7 @@ void init() {
MutexGuard guard( getLogMutex() );
if( ! g_bHasBeenCalled )
{
- OUString name( RTL_CONSTASCII_USTRINGPARAM( "RTL_LOGFILE" ) );
+ OUString name( "RTL_LOGFILE" );
OUString value;
if( rtl_bootstrap_get( name.pData, &value.pData, 0 ) )
{