diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2017-04-17 21:35:35 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-26 08:50:54 +0200 |
commit | c70d49c7c888da8cfd73db8585e7be1f37fc398a (patch) | |
tree | c0e540401850018464ca76300536faf9aa7e27d2 /include/editeng/splwrap.hxx | |
parent | cd4344d3bdef631b3e64ac12a9e64bc9670c1b7c (diff) |
use strong_int for LanguageType
Change-Id: If99a944f7032180355da291ad283b4cfcea4f448
Reviewed-on: https://gerrit.libreoffice.org/36629
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng/splwrap.hxx')
-rw-r--r-- | include/editeng/splwrap.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/splwrap.hxx b/include/editeng/splwrap.hxx index e5c4df4b9ff5..2b1b01b91091 100644 --- a/include/editeng/splwrap.hxx +++ b/include/editeng/splwrap.hxx @@ -83,10 +83,10 @@ public: static sal_Int16 CheckSpellLang( css::uno::Reference< css::linguistic2::XSpellChecker1 > const & xSpell, - sal_Int16 nLang ); + LanguageType nLang ); static sal_Int16 CheckHyphLang( css::uno::Reference< css::linguistic2::XHyphenator >const & xHyph, - sal_Int16 nLang ); + LanguageType nLang ); static void ShowLanguageErrors(); |