summaryrefslogtreecommitdiff
path: root/vcl/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-03-18 13:00:52 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-18 19:12:14 +0000
commit4c2b298afc84be7558b3d7025c5c80e82c49b0ef (patch)
treef5e0f0b16f759a1c8e9dbff1fd673586193fd86b /vcl/inc
parent68722bd4ba0442f95122ebf5505bc1ea548ce526 (diff)
Use char instead of unsigned char
to avoid some reinterpret_cast + prepare to replace some alloca calls + replace C cast by using plain char assignment Change-Id: Iff65b9a324ca1cc936c9effd2b3b71596d6e9b0f Reviewed-on: https://gerrit.libreoffice.org/35398 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r--vcl/inc/unx/saldisp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx
index de4e93cf3950..44e851a8b981 100644
--- a/vcl/inc/unx/saldisp.hxx
+++ b/vcl/inc/unx/saldisp.hxx
@@ -327,7 +327,7 @@ public:
OUString GetKeyName( sal_uInt16 nKeyCode ) const;
sal_uInt16 GetKeyCode( KeySym keysym, char*pcPrintable ) const;
KeySym GetKeySym( XKeyEvent *pEvent,
- unsigned char *pPrintable,
+ char *pPrintable,
int *pLen,
KeySym *pUnmodifiedKeySym,
Status *pStatus,