diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/langbox.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/svx/langbox.hxx b/include/svx/langbox.hxx index 583de15aa5c4..188b2b1223c5 100644 --- a/include/svx/langbox.hxx +++ b/include/svx/langbox.hxx @@ -77,7 +77,9 @@ public: SvxLanguageBox(std::unique_ptr<weld::ComboBox> pControl); void SetLanguageList( SvxLanguageListFlags nLangList, bool bHasLangNone, bool bLangNoneIsLangAll = false, - bool bCheckSpellAvail = false ); + bool bCheckSpellAvail = false, bool bDefaultLangExist = false, + LanguageType eDefaultLangType = LANGUAGE_NONE, + sal_Int16 nDefaultType = 0 ); void InsertLanguage(const LanguageType nLangType); void InsertDefaultLanguage(sal_Int16 nType); |