diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-11 16:02:17 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-01-12 07:39:42 +0000 |
commit | 1f9a610de1e1e540386972c010ebfc99e5f55df7 (patch) | |
tree | aabfe490a5de78c0936e7237695c2ef6680f75df /include/editeng/tstpitem.hxx | |
parent | c93486bbb85ae19b6d15395afbd7aec3c5db7e89 (diff) |
loplugin:unusedmethods unused return value in include/editeng
Change-Id: I1314480950b0d3a3e5ed066d71c175604dd41970
Reviewed-on: https://gerrit.libreoffice.org/21361
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/tstpitem.hxx')
-rw-r--r-- | include/editeng/tstpitem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/tstpitem.hxx b/include/editeng/tstpitem.hxx index d11b20f59ab6..5a9667b04b51 100644 --- a/include/editeng/tstpitem.hxx +++ b/include/editeng/tstpitem.hxx @@ -72,8 +72,6 @@ public: } // For the SortedArray: - bool operator==( const SvxTabStop& rTS ) const - { return nTabPos == rTS.nTabPos; } bool operator <( const SvxTabStop& rTS ) const { return nTabPos < rTS.nTabPos; } |