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/inc | |
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/inc')
-rw-r--r-- | sw/inc/edimp.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/inc/edimp.hxx b/sw/inc/edimp.hxx index 5c208677eb78..50888ce339c3 100644 --- a/sw/inc/edimp.hxx +++ b/sw/inc/edimp.hxx @@ -44,7 +44,6 @@ class SwPamRanges public: SwPamRanges( const SwPaM& rRing ); - void Insert( const SwNodeIndex& rIdx1, const SwNodeIndex& rIdx2 ); void Insert( const SwNode& rIdx1, const SwNode& rIdx2 ); SwPaM& SetPam( size_t nArrPos, SwPaM& rPam ); |