From a7acea766c7812614b95257e934648cdf737ca3f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 25 May 2018 15:56:15 +0200 Subject: loplugin:unusedmethods Change-Id: I64df1f467986b3d70c058adff289a6dd8f00fb20 Reviewed-on: https://gerrit.libreoffice.org/54821 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/ui/inc/sortkeydlg.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/source/ui') diff --git a/sc/source/ui/inc/sortkeydlg.hxx b/sc/source/ui/inc/sortkeydlg.hxx index 3950605d0532..bf71d46289e7 100644 --- a/sc/source/ui/inc/sortkeydlg.hxx +++ b/sc/source/ui/inc/sortkeydlg.hxx @@ -50,8 +50,6 @@ public: ~ScSortKeyWindow(); void AddSortKey( sal_uInt16 nItem ); - void DoScroll( sal_Int32 nNewPos ); - sal_Int32 GetItemHeight() const { return m_nItemHeight; } }; #endif // INCLUDED_SC_SOURCE_UI_INC_SORTKEYDLG_HXX -- cgit