summaryrefslogtreecommitdiff
path: root/sw/inc/modcfg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-06-20 10:46:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-06-20 12:21:54 +0200
commit4aa2cc878dae3b34b16ccacd9358fda5e6d6a197 (patch)
treed4febfc07c5365baefdbe8e4aceafee8d3d75030 /sw/inc/modcfg.hxx
parente74a5bea04483dc96ef6d4b34edd8735ec73bcd8 (diff)
loplugin:unusedmethods
Change-Id: Ia216da9bd7764f2d21aaee761a02eafda88d892e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169257 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'sw/inc/modcfg.hxx')
-rw-r--r--sw/inc/modcfg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/modcfg.hxx b/sw/inc/modcfg.hxx
index abfea9159e29..1c7e5cac0a78 100644
--- a/sw/inc/modcfg.hxx
+++ b/sw/inc/modcfg.hxx
@@ -382,12 +382,8 @@ public:
m_aCompareConfig.SetModified(); }
bool IsIgnorePieces() const { return m_aCompareConfig.m_bIgnorePieces; }
- void SetIgnorePieces( bool b ) { m_aCompareConfig.m_bIgnorePieces = b;
- m_aCompareConfig.SetModified(); }
sal_uInt16 GetPieceLen() const { return m_aCompareConfig.m_nPieceLen; }
- void SetPieceLen( sal_uInt16 nLen ) { m_aCompareConfig.m_nPieceLen = nLen;
- m_aCompareConfig.SetModified(); }
bool IsStoreRsid() const
{