summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/logging.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/logging.hxx')
-rw-r--r--xmloff/source/forms/logging.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/logging.hxx b/xmloff/source/forms/logging.hxx
index 03007adc7141..bb5e6b9c1a2c 100644
--- a/xmloff/source/forms/logging.hxx
+++ b/xmloff/source/forms/logging.hxx
@@ -40,7 +40,7 @@ namespace xmloff
OStackedLogging() { }
protected:
- void enterContext( const sal_Char* _pContextName );
+ void enterContext( const char* _pContextName );
void leaveTopContext( );
};