diff options
author | Noel <noelgrandin@gmail.com> | 2020-11-06 08:27:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-11-06 09:57:43 +0100 |
commit | 4a22047371503602339d8aee690da0ab536ec7fe (patch) | |
tree | 28c555f4dc26d1a563e0ceb6e8e4d96090c6fc20 /cui | |
parent | a5b3211f072d982e1ee136e864f153836c76a5ca (diff) |
loplugin:unusedmethods
Change-Id: Ia6c0361cd793bb62905b0690f7e2ca554019e935
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105388
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/chardlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cui/source/inc/chardlg.hxx b/cui/source/inc/chardlg.hxx index 7f94c31ee4ce..bbf227f492fe 100644 --- a/cui/source/inc/chardlg.hxx +++ b/cui/source/inc/chardlg.hxx @@ -201,7 +201,6 @@ private: void SetCaseMap_Impl( SvxCaseMap eCaseMap ); void ResetColor_Impl( const SfxItemSet& rSet ); bool FillItemSetColor_Impl( SfxItemSet& rSet ); - Color GetPreviewFontColor(const Color& rColor) const; void EnableNoneFontColor(); void SelectHdl_Impl(const weld::ComboBox*); |