summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/logging.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-12-24 12:48:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-12-25 15:55:19 +0100
commit6eef1937db49788ac55a1fd2df3f1e2505e27499 (patch)
tree48265bf66a1ffffd26816202125a72193dee6869 /xmloff/source/forms/logging.hxx
parent4797a92297883f2a8c62f0ffaa83b89b8d0737cb (diff)
sal_Char->char in xmloff..xmlsecurity
Change-Id: I292d699ce1de10ca9341525161f5da2592102ff7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85778 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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( );
};