diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-17 09:55:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-08-17 20:42:31 +0200 |
commit | 7990680e92e4fba376ef4f9346d1bc53661bde30 (patch) | |
tree | fa9e798d4769cde3e7203f8837603fa8e7736fe6 /include/vcl/svtabbx.hxx | |
parent | 7d3041beb90de4f3495addf139463860049740fb (diff) |
loplugin:unusedmethods
Change-Id: I781a514787c83063dadd549ee043bbb264eee060
Reviewed-on: https://gerrit.libreoffice.org/77619
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/svtabbx.hxx')
-rw-r--r-- | include/vcl/svtabbx.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/svtabbx.hxx b/include/vcl/svtabbx.hxx index 3e5f68bf146c..f98e05e83b1f 100644 --- a/include/vcl/svtabbx.hxx +++ b/include/vcl/svtabbx.hxx @@ -97,10 +97,8 @@ public: static OUString GetEntryText( SvTreeListEntry*, sal_uInt16 nCol ); OUString GetEntryText( sal_uLong nPos, sal_uInt16 nCol = 0xffff ) const; using SvTreeListBox::SetEntryText; - void SetEntryText(const OUString&, sal_uLong, sal_uInt16 nCol); void SetEntryText(const OUString&, SvTreeListEntry*, sal_uInt16 nCol=0xffff); OUString GetCellText( sal_uLong nPos, sal_uInt16 nCol ) const; - sal_uLong GetEntryPos( const OUString&, sal_uInt16 nCol = 0xffff ); sal_uLong GetEntryPos( const SvTreeListEntry* pEntry ) const; void SetTabJustify( sal_uInt16 nTab, SvTabJustify ); |