diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 08:11:27 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 08:37:25 +0000 |
commit | 7ab881a57d01e58eebcc2608ae8dd61af4552ae8 (patch) | |
tree | e8a5a50805ebd653834adbb03e7e98b8b6f22dc6 /include/editeng/tstpitem.hxx | |
parent | 795ac5bc53f6c15f2ab4634201747eb1c3e3331f (diff) |
loplugin:unusedmethods editeng
Change-Id: I15b2be5a9cd6e72447b674a65eabe9f89cb6ff12
Reviewed-on: https://gerrit.libreoffice.org/17115
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/tstpitem.hxx')
-rw-r--r-- | include/editeng/tstpitem.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/tstpitem.hxx b/include/editeng/tstpitem.hxx index 2d7384c696b4..fac8d431401f 100644 --- a/include/editeng/tstpitem.hxx +++ b/include/editeng/tstpitem.hxx @@ -64,8 +64,6 @@ public: sal_Unicode& GetFill() { return cFill; } sal_Unicode GetFill() const { return cFill; } - OUString GetValueString() const; - // the "old" operator==() bool IsEqual( const SvxTabStop& rTS ) const { @@ -125,8 +123,6 @@ public: bool Insert( const SvxTabStop& rTab ); void Insert( const SvxTabStopItem* pTabs, sal_uInt16 nStart = 0, sal_uInt16 nEnd = USHRT_MAX ); - void Remove( SvxTabStop& rTab ) - { maTabStops.erase( rTab ); } void Remove( const sal_uInt16 nPos, const sal_uInt16 nLen = 1 ) { maTabStops.erase( maTabStops.begin() + nPos, maTabStops.begin() + nPos + nLen ); } |