diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-20 10:46:59 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-20 12:21:54 +0200 |
commit | 4aa2cc878dae3b34b16ccacd9358fda5e6d6a197 (patch) | |
tree | d4febfc07c5365baefdbe8e4aceafee8d3d75030 /sw/inc | |
parent | e74a5bea04483dc96ef6d4b34edd8735ec73bcd8 (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')
-rw-r--r-- | sw/inc/PostItMgr.hxx | 1 | ||||
-rw-r--r-- | sw/inc/modcfg.hxx | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx index e2922a045a1c..2cc8ec9d5222 100644 --- a/sw/inc/PostItMgr.hxx +++ b/sw/inc/PostItMgr.hxx @@ -174,7 +174,6 @@ class SAL_DLLPUBLIC_RTTI SwPostItMgr final : public SfxListener void Hide( std::u16string_view rAuthor ); void Hide(); - void Show(); void UpdateResolvedStatus(const sw::annotation::SwAnnotationWin* topNote); void ShowHideResolvedNotes(bool visible); 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 { |