diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-18 10:29:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-18 15:22:40 +0200 |
commit | d7f2c36d25dd693ac4ac3ab645ee841e617d2bd1 (patch) | |
tree | 46516895aefcb6e8f54dd286c6af9d89fbecb44d /include/svtools | |
parent | 5d86154f49d713dada4aaa541755076cfeefa2c6 (diff) |
loplugin:unusedmethods
Change-Id: I5f63ac44654ed3fc658e72e0d1148a5a22decc47
Reviewed-on: https://gerrit.libreoffice.org/60662
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/ctrlbox.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
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; |