diff options
Diffstat (limited to 'include/svl/languageoptions.hxx')
-rw-r--r-- | include/svl/languageoptions.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/languageoptions.hxx b/include/svl/languageoptions.hxx index 3f1cd0e1a933..f223904a2f6e 100644 --- a/include/svl/languageoptions.hxx +++ b/include/svl/languageoptions.hxx @@ -132,6 +132,9 @@ public: bool isCJKKeyboardLayoutInstalled() const; }; +OUString SVL_DLLPUBLIC getInstalledLocaleForLanguage(css::uno::Sequence<OUString> const & installed, OUString const & locale); +OUString SVL_DLLPUBLIC getInstalledLocaleForSystemUILanguage(css::uno::Sequence<OUString> const & installed); + #endif // INCLUDED_SVL_LANGUAGEOPTIONS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |