summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/logging.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/logging.cxx')
-rw-r--r--xmloff/source/forms/logging.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/logging.cxx b/xmloff/source/forms/logging.cxx
index 9f887ab135ff..6c2bb5922469 100644
--- a/xmloff/source/forms/logging.cxx
+++ b/xmloff/source/forms/logging.cxx
@@ -24,7 +24,7 @@ namespace xmloff
#ifdef TIMELOG
//= OStackedLogging
- void OStackedLogging::enterContext( const sal_Char* _pContextName )
+ void OStackedLogging::enterContext( const char* _pContextName )
{
m_aLogger.push( new ::rtl::Logfile( _pContextName ) );
}