summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorMarc Garcia <garcia.marc@gmail.com>2013-07-12 14:27:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-12 15:08:28 +0100
commita865cec5d3af824e3d4f6c1d6401ecb743e4f09b (patch)
tree2ff749356d3eb9b95602102a5bec1cad5d21063f /include/svl
parent20cbceac4d6ed100a3978d3d7ef3b55735c942ec (diff)
Related: fdo#54493 determine if a CJK/CTL keyboard is installed
Change-Id: If21a34c69f58612f8ec2eba1253f325f352962cd
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/languageoptions.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/svl/languageoptions.hxx b/include/svl/languageoptions.hxx
index ef8fb1b4ae5d..c9700e64799d 100644
--- a/include/svl/languageoptions.hxx
+++ b/include/svl/languageoptions.hxx
@@ -98,6 +98,8 @@ class SVL_DLLPUBLIC SvtSystemLanguageOptions : public utl::ConfigItem
private:
OUString m_sWin16SystemLocale;
+ bool isKeyboardLayoutTypeInstalled(sal_Int16 scriptType);
+
public:
SvtSystemLanguageOptions();
~SvtSystemLanguageOptions();
@@ -106,6 +108,9 @@ public:
virtual void Notify( const com::sun::star::uno::Sequence< OUString >& rPropertyNames );
LanguageType GetWin16SystemLanguage();
+
+ bool isCTLKeyboardLayoutInstalled();
+ bool isCJKKeyboardLayoutInstalled();
};
#endif // _SVTOOLS_LANGUAGEOPTIONS_HXX