diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-23 16:06:31 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-05 09:30:39 +0200 |
commit | b2b85c2b3920fdd92b8d3bf32af1cac5679e116e (patch) | |
tree | 0ecf7184ea242f2e3accf6672662107a09d1ebc2 /vcl/inc/unx/i18n_ic.hxx | |
parent | d3b5038cbbe4adf642b3906da111a9f0d2c918a7 (diff) |
loplugin:staticmethods
Change-Id: Idfd6368eba8e638cf9e6adf998b19ccd1f5e876c
Diffstat (limited to 'vcl/inc/unx/i18n_ic.hxx')
-rw-r--r-- | vcl/inc/unx/i18n_ic.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/i18n_ic.hxx b/vcl/inc/unx/i18n_ic.hxx index 2703a0506364..656a3f0d4c14 100644 --- a/vcl/inc/unx/i18n_ic.hxx +++ b/vcl/inc/unx/i18n_ic.hxx @@ -50,8 +50,8 @@ private: XVaNestedList mpPreeditAttributes; bool SupportInputMethodStyle( XIMStyles *pIMStyles ); - unsigned int GetWeightingOfIMStyle( XIMStyle n_style ) const ; - Bool IsSupportedIMStyle( XIMStyle n_style ) const ; + static unsigned int GetWeightingOfIMStyle( XIMStyle n_style ); + Bool IsSupportedIMStyle( XIMStyle n_style ) const; public: |