diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-08 14:41:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-09 07:28:25 +0100 |
commit | 313744d4f23f242f5ee979d229fe394211ff7ffd (patch) | |
tree | 7c2e83e0eb5eb2b133c0eaa1a61bb179b554f14d /sw/source/uibase/inc/numfmtlb.hxx | |
parent | ccb6b8967ce3d84bb141379e51a339544f753446 (diff) |
loplugin:unusedmethods
Change-Id: I242f56f2bc5dc8fce6db1ba8f1f8269da4fec0fa
Reviewed-on: https://gerrit.libreoffice.org/68938
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc/numfmtlb.hxx')
-rw-r--r-- | sw/source/uibase/inc/numfmtlb.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sw/source/uibase/inc/numfmtlb.hxx b/sw/source/uibase/inc/numfmtlb.hxx index ce6a8ad622c7..358cf2babc3f 100644 --- a/sw/source/uibase/inc/numfmtlb.hxx +++ b/sw/source/uibase/inc/numfmtlb.hxx @@ -91,21 +91,10 @@ public: void clear(); - void SetOneArea(bool bOnlyOne) { bOneArea = bOnlyOne; } - void SetFormatType(const SvNumFormatType nFormatType); - SvNumFormatType GetFormatType() const { return nCurrFormatType; } void SetDefFormat(const sal_uInt32 nDefFormat); sal_uInt32 GetFormat() const; - LanguageType GetCurLanguage() const { return eCurLanguage;} - void SetLanguage(LanguageType eSet) { eCurLanguage = eSet;} - - void SetAutomaticLanguage(bool bSet){bUseAutomaticLanguage = bSet;} - bool IsAutomaticLanguage()const {return bUseAutomaticLanguage;} - - void SetShowLanguageControl(bool bSet){bShowLanguageControl = bSet;} - void CallSelectHdl(); void set_sensitive(bool bSensitive) { mxControl->set_sensitive(bSensitive); } |