From 5704bc5578aea2ff3295ada9e4b61b8a9247c8e7 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Sat, 19 Aug 2017 02:31:40 +0200 Subject: 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 Tested-by: Noel Grandin --- include/svtools/treelistbox.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/svtools') 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(); -- cgit