diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-19 13:10:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-20 07:40:41 +0100 |
commit | 73139fe600fc1399ae828077981a2498cb0a0b0c (patch) | |
tree | 30ec7a9a978f262439100e27234d42667d6aacb3 /include/tools/multisel.hxx | |
parent | d728d5d192e6f100d64ffa2e267055a451e9e403 (diff) |
loplugin:unusedmethods
Change-Id: If00b0e659e1818c29ae39b89f8b4f7ea29d14986
Reviewed-on: https://gerrit.libreoffice.org/48185
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/tools/multisel.hxx')
-rw-r--r-- | include/tools/multisel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/multisel.hxx b/include/tools/multisel.hxx index c26eccf221c6..246e30b8e5da 100644 --- a/include/tools/multisel.hxx +++ b/include/tools/multisel.hxx @@ -42,7 +42,6 @@ private: TOOLS_DLLPRIVATE void ImplClear(); TOOLS_DLLPRIVATE sal_Int32 ImplFindSubSelection( sal_Int32 nIndex ) const; TOOLS_DLLPRIVATE void ImplMergeSubSelections( sal_Int32 nPos1, sal_Int32 nPos2 ); - TOOLS_DLLPRIVATE sal_Int32 ImplFwdUnselected(); public: MultiSelection(); |