diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-08-19 02:31:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-20 18:45:30 +0200 |
commit | 5704bc5578aea2ff3295ada9e4b61b8a9247c8e7 (patch) | |
tree | 9b5e2ef118c97010468aa8baa583fcb244d5d19f /include | |
parent | fe195f2c7b0c22169f265b731981bef47119f166 (diff) |
svtools: remove function with unused return value
and inline only functionality
Change-Id: I79b0ec29dcc35e9dc92aaac9fb191c882a9b0621
Reviewed-on: https://gerrit.libreoffice.org/41362
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/treelistbox.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx index 936837a9da7d..72f98265fc4b 100644 --- a/include/svtools/treelistbox.hxx +++ b/include/svtools/treelistbox.hxx @@ -526,8 +526,6 @@ public: protected: using SvListView::SelectAll; - SVT_DLLPRIVATE short GetHeightOffset( const Image& rBmp, Size& rLogicSize); - SVT_DLLPRIVATE void SetEntryHeight( SvTreeListEntry const * pEntry ); SVT_DLLPRIVATE void AdjustEntryHeight( const Image& rBmp ); SVT_DLLPRIVATE void AdjustEntryHeight(); |