summaryrefslogtreecommitdiffstats
path: root/vcl/inc/unx/i18n_im.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-03 14:52:45 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-03-04 06:13:25 +0000
commitf5e131b2bcd2c88a47e5988d5f319bffd767c4dc (patch)
treedfa4853d09b4327c4c812dfbe3b44ec1c6447060 /vcl/inc/unx/i18n_im.hxx
parentupload libpagemaker 0.0.3 (diff)
downloadcore-f5e131b2bcd2c88a47e5988d5f319bffd767c4dc.tar.gz
core-f5e131b2bcd2c88a47e5988d5f319bffd767c4dc.zip
loplugin:unuseddefaultparams in vcl and xmloff
and teach the plugin about code that takes the address of a function Change-Id: Ia9d5afef44520aca236659e8176f1e27135ef4fc Reviewed-on: https://gerrit.libreoffice.org/22861 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/unx/i18n_im.hxx')
-rw-r--r--vcl/inc/unx/i18n_im.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/i18n_im.hxx b/vcl/inc/unx/i18n_im.hxx
index b081a55622ce..fa5b3b4a5dcc 100644
--- a/vcl/inc/unx/i18n_im.hxx
+++ b/vcl/inc/unx/i18n_im.hxx
@@ -40,7 +40,7 @@ public:
void HandleDestroyIM();
void CreateMethod( Display *pDisplay );
XIMStyles *GetSupportedStyles() { return mpStyles; }
- void SetLocale( const char* pLocale = "" );
+ void SetLocale();
bool FilterEvent( XEvent *pEvent, ::Window window );
SalI18N_InputMethod();