summaryrefslogtreecommitdiff
path: root/include/xmloff
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-03-24 14:47:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-03-24 20:00:47 +0100
commit3b9866ee35fe3567e850f0f1a888d96e60b6fbfa (patch)
treef31d1041ff04dee34995ef7629112a1051162f9b /include/xmloff
parent137b08799808d93614045aba7f7c2e77b7eaf9d3 (diff)
loplugin:unusedmethods
Change-Id: Id54e7545b3a69e03c29daf9d372bbf605312f547 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113036 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/xmlnumfi.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/xmloff/xmlnumfi.hxx b/include/xmloff/xmlnumfi.hxx
index c863304bc293..84c6113ab80e 100644
--- a/include/xmloff/xmlnumfi.hxx
+++ b/include/xmloff/xmlnumfi.hxx
@@ -190,7 +190,6 @@ public:
bool HasLongDoW() const { return bHasLongDoW; }
void SetHasLongDoW(bool bSet) { bHasLongDoW = bSet; }
- bool HasEra() const { return bHasEra; }
void UpdateCalendar( const OUString& rNewCalendar );
ImplicitCalendar GetImplicitCalendarState() const { return eImplicitCalendar; }