summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-12-01 15:37:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-12-01 21:28:36 +0100
commit8e33793d72a0561ebcf19ca22df814bb347813b7 (patch)
treed751b49663bf96dfc492d64281f6820bc8b42e1a /sw/source/uibase/inc
parentc6aae3f4035f0a2dceba94b1956f5fc0ace3b3ee (diff)
loplugin:unusedfields make some fields private
Change-Id: I7eea4baf65c0b49d0edf2516d84914f94c5194d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143528 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/numfmtlb.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/numfmtlb.hxx b/sw/source/uibase/inc/numfmtlb.hxx
index 0bbca0a5debd..6cd4415969bc 100644
--- a/sw/source/uibase/inc/numfmtlb.hxx
+++ b/sw/source/uibase/inc/numfmtlb.hxx
@@ -27,7 +27,6 @@ class SwView;
class SW_DLLPUBLIC SwNumFormatBase
{
-protected:
sal_Int32 m_nStdEntry;
sal_uInt32 m_nDefFormat;
SvNumFormatType m_nCurrFormatType;