summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-17 09:55:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-17 20:42:31 +0200
commit7990680e92e4fba376ef4f9346d1bc53661bde30 (patch)
treefa9e798d4769cde3e7203f8837603fa8e7736fe6 /sw
parent7d3041beb90de4f3495addf139463860049740fb (diff)
loplugin:unusedmethods
Change-Id: I781a514787c83063dadd549ee043bbb264eee060 Reviewed-on: https://gerrit.libreoffice.org/77619 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/inc/numfmtlb.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sw/source/uibase/inc/numfmtlb.hxx b/sw/source/uibase/inc/numfmtlb.hxx
index 5349665ce317..32977ef86c70 100644
--- a/sw/source/uibase/inc/numfmtlb.hxx
+++ b/sw/source/uibase/inc/numfmtlb.hxx
@@ -49,21 +49,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;}
-
SAL_DLLPRIVATE static double GetDefValue(const SvNumFormatType nFormatType);
};