From d7f2c36d25dd693ac4ac3ab645ee841e617d2bd1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 18 Sep 2018 10:29:03 +0200 Subject: loplugin:unusedmethods Change-Id: I5f63ac44654ed3fc658e72e0d1148a5a22decc47 Reviewed-on: https://gerrit.libreoffice.org/60662 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/ctrlbox.hxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include/svtools') diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx index 535fa0859ccc..355fd44142a6 100644 --- a/include/svtools/ctrlbox.hxx +++ b/include/svtools/ctrlbox.hxx @@ -415,8 +415,6 @@ public: ComboBox::SetText( rText ); } - void Fill( const OUString& rName, const FontList* pList ); - private: FontStyleBox( const FontStyleBox& ) = delete; FontStyleBox& operator =( const FontStyleBox& ) = delete; @@ -474,16 +472,7 @@ public: void Fill( const FontMetric* pFontMetric, const FontList* pList ); - void EnableRelativeMode( sal_uInt16 nMin, sal_uInt16 nMax, - sal_uInt16 nStep = 5 ); - void EnablePtRelativeMode( short nMin, short nMax, - short nStep = 10 ); - bool IsRelativeMode() const { return bRelativeMode; } void SetRelative( bool bRelative ); - bool IsRelative() const { return bRelative; } - void SetPtRelative( bool bPtRel ) - { bPtRelative = bPtRel; SetRelative( true ); } - bool IsPtRelative() const { return bPtRelative; } virtual void SetValue( sal_Int64 nNewValue, FieldUnit eInUnit ) override; virtual void SetValue( sal_Int64 nNewValue ) override; -- cgit