summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/i18n_im.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/i18n_im.hxx')
-rw-r--r--vcl/inc/unx/i18n_im.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/i18n_im.hxx b/vcl/inc/unx/i18n_im.hxx
index 3fee4c1a617d..b081a55622ce 100644
--- a/vcl/inc/unx/i18n_im.hxx
+++ b/vcl/inc/unx/i18n_im.hxx
@@ -38,9 +38,9 @@ public:
bool UseMethod() { return mbUseable; }
XIM GetMethod() { return maMethod; }
void HandleDestroyIM();
- bool CreateMethod( Display *pDisplay );
+ void CreateMethod( Display *pDisplay );
XIMStyles *GetSupportedStyles() { return mpStyles; }
- bool SetLocale( const char* pLocale = "" );
+ void SetLocale( const char* pLocale = "" );
bool FilterEvent( XEvent *pEvent, ::Window window );
SalI18N_InputMethod();