summaryrefslogtreecommitdiff
path: root/sw/source/uibase
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-03-19 15:11:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-03-19 18:46:05 +0100
commit31b017e31f4802f6d56acaa7b717fb84e4b6e318 (patch)
tree9da1880a6bfd7f4e9b66f988ded49e811f5d76bf /sw/source/uibase
parent263684239168d88ae42637f72640048bd04e1aec (diff)
weld SwFieldDokInfPage
Change-Id: I468f6927f089db19c3b461d965b1dc6222f65716 Reviewed-on: https://gerrit.libreoffice.org/69428 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/uibase')
-rw-r--r--sw/source/uibase/inc/numfmtlb.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/numfmtlb.hxx b/sw/source/uibase/inc/numfmtlb.hxx
index cee592194eb6..79fcafeee97c 100644
--- a/sw/source/uibase/inc/numfmtlb.hxx
+++ b/sw/source/uibase/inc/numfmtlb.hxx
@@ -84,6 +84,7 @@ public:
void SetAutomaticLanguage(bool bSet) { bUseAutomaticLanguage = bSet; }
bool IsAutomaticLanguage()const { return bUseAutomaticLanguage; }
SvNumFormatType GetFormatType() const { return nCurrFormatType; }
+ LanguageType GetCurLanguage() const { return eCurLanguage;}
void SetLanguage(LanguageType eSet) { eCurLanguage = eSet; }
void SetShowLanguageControl(bool bSet) { bShowLanguageControl = bSet; }
void SetOneArea(bool bOnlyOne) { bOneArea = bOnlyOne; }