diff options
Diffstat (limited to 'vcl/inc/unx/i18n_im.hxx')
-rw-r--r-- | vcl/inc/unx/i18n_im.hxx | 2 |
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(); |