diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-08 12:21:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-09-08 15:31:14 +0200 |
commit | ca510d64b4d27615fdabecb4dd146193cef48d8c (patch) | |
tree | 1ba119b8bc054720d8e8a65a47dabd4926074cf4 /sw/source | |
parent | 75fcdffdcb1be4bab1f7e7c015ccf05ceef9d700 (diff) |
loplugin:unusedmethods
Change-Id: I94861f9fa8d8a5d22a89c902984ad2afed43dc14
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139645
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/edit/ednumber.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/core/edit/ednumber.cxx b/sw/source/core/edit/ednumber.cxx index 6ff940036dca..c272aa5f8eec 100644 --- a/sw/source/core/edit/ednumber.cxx +++ b/sw/source/core/edit/ednumber.cxx @@ -34,11 +34,6 @@ SwPamRanges::SwPamRanges( const SwPaM& rRing ) Insert( rTmp.GetMark()->GetNode(), rTmp.GetPoint()->GetNode() ); } -void SwPamRanges::Insert( const SwNodeIndex& rIdx1, const SwNodeIndex& rIdx2 ) -{ - Insert(rIdx1.GetNode(), rIdx2.GetNode()); -} - void SwPamRanges::Insert( const SwNode& rIdx1, const SwNode& rIdx2 ) { SwPamRange aRg( rIdx1.GetIndex(), rIdx2.GetIndex() ); |