diff options
Diffstat (limited to 'vcl/unx/generic/app')
-rw-r--r-- | vcl/unx/generic/app/i18n_ic.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/app/i18n_ic.cxx b/vcl/unx/generic/app/i18n_ic.cxx index 875be098fa88..76c37e6eae30 100644 --- a/vcl/unx/generic/app/i18n_ic.cxx +++ b/vcl/unx/generic/app/i18n_ic.cxx @@ -417,7 +417,7 @@ SalI18N_InputContext::HandleDestroyIM() } // make sure, the input method gets all the X-Events it needs, this is only -// called once on each frame, it relys on a valid maContext +// called once on each frame, it relies on a valid maContext void SalI18N_InputContext::ExtendEventMask( ::Window aFocusWindow ) @@ -496,7 +496,7 @@ SalI18N_InputContext::SupportInputMethodStyle( XIMStyles *pIMStyles ) // check whether the XIM supports one of the desired styles // only a single preedit and a single status style must occur - // in a inpuut method style. Hideki said so, so i trust him + // in a input method style. Hideki said so, so i trust him for ( int nStyle = 0; nStyle < pIMStyles->count_styles; nStyle++ ) { XIMStyle nProvidedStyle = pIMStyles->supported_styles[ nStyle ]; |