From 1a29b960bb3693b34f3e8d77010a2398398c964f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 22 Mar 2022 16:39:15 +0200 Subject: loplugin:unusedfields Change-Id: Ifa2e2b35b725a877ef43526ad243cbfd02148807 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131951 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/tabpages/tpcolor.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cui/source/tabpages/tpcolor.cxx') diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx index 2fc4b1f2f3db..6c8d6386bb56 100644 --- a/cui/source/tabpages/tpcolor.cxx +++ b/cui/source/tabpages/tpcolor.cxx @@ -48,7 +48,6 @@ SvxColorTabPage::SvxColorTabPage(weld::Container* pPage, weld::DialogController* , aXFillAttr( rInAttrs.GetPool() ) , rXFSet( aXFillAttr.GetItemSet() ) , eCM( ColorModel::RGB ) - , m_context(comphelper::getProcessComponentContext()) , m_xValSetColorList(new SvxColorValueSet(m_xBuilder->weld_scrolled_window("colorsetwin", true))) , m_xValSetRecentList(new SvxColorValueSet(nullptr)) , m_xSelectPalette(m_xBuilder->weld_combo_box("paletteselector")) -- cgit