diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-13 09:26:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-01-13 09:16:59 +0100 |
commit | d5047c4a1cbae1cb2b57ed435ecd63e6817506d3 (patch) | |
tree | 1065eef1ad9f0bfea732d58a3a554da0f36cff7c /svx/source/tbxctrls | |
parent | 748e354af826f2439982b69ffa99dce68378d1f1 (diff) |
loplugin:unusedmethods
Change-Id: I4eae284cf763b260dd9349bf8d31f46612916de1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86654
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 3c5cb37ad2e7..2a0b85e97c30 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -2107,12 +2107,6 @@ IMPL_LINK_NOARG(ColorWindow, OpenPickerClickHdl, weld::Button&, void) mxPaletteManager->PopupColorPicker(mpParentWindow, maCommand, GetSelectEntryColor().first); } -void SvxColorWindow::StartSelection() -{ - mpColorSet->StartSelection(); - mpRecentColorSet->StartSelection(); -} - void SvxColorWindow::SetNoSelection() { mpColorSet->SetNoSelection(); |