summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/graphic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-11-21 10:53:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-11-22 05:39:04 +0100
commit2e7f77d3fe01e36222d5ad84c18d7d7537092972 (patch)
tree8b5e7fa898c237012aeae0f8e9d5618e69539447 /svx/source/sidebar/graphic
parentef6684337a3a99d6a1620e6cdb569888a77cacf8 (diff)
loplugin:unusedfields
Change-Id: I37207c3610c25d9e37e77bdae16b613dd8410525 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143015 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/sidebar/graphic')
-rw-r--r--svx/source/sidebar/graphic/GraphicPropertyPanel.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
index e7fd4914b3b1..86923942935d 100644
--- a/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
+++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.hxx
@@ -69,10 +69,6 @@ private:
std::unique_ptr<weld::MetricSpinButton> mxMtrContrast;
std::unique_ptr<weld::ComboBox> mxLBColorMode;
std::unique_ptr<weld::MetricSpinButton> mxMtrTrans;
- std::unique_ptr<weld::MetricSpinButton> mxMtrRed;
- std::unique_ptr<weld::MetricSpinButton> mxMtrGreen;
- std::unique_ptr<weld::MetricSpinButton> mxMtrBlue;
- std::unique_ptr<weld::SpinButton> mxMtrGamma;
DECL_LINK( ModifyBrightnessHdl, weld::MetricSpinButton&, void );
DECL_LINK( ModifyContrastHdl, weld::MetricSpinButton&, void );