summaryrefslogtreecommitdiff
path: root/sc/source/ui/miscdlgs/crdlg.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-11-21 11:04:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-11-22 05:39:37 +0100
commit8288d2e3061327fd91e241c0b514cd973e3fcea8 (patch)
tree51aa60120713b0a464a1fe634f6b89d843c3f384 /sc/source/ui/miscdlgs/crdlg.cxx
parentc91ec113a24ecc2bf883b1620f4e900f713dc996 (diff)
loplugin:unusedfields
Change-Id: Ief45ea5a1457e0beb2159f0471a33e1da708cb01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143017 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/miscdlgs/crdlg.cxx')
-rw-r--r--sc/source/ui/miscdlgs/crdlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/crdlg.cxx b/sc/source/ui/miscdlgs/crdlg.cxx
index 9d778595e83f..51f4fe9bb409 100644
--- a/sc/source/ui/miscdlgs/crdlg.cxx
+++ b/sc/source/ui/miscdlgs/crdlg.cxx
@@ -26,7 +26,6 @@ ScColOrRowDlg::ScColOrRowDlg(weld::Window* pParent, const OUString& rStrTitle,
const OUString& rStrLabel)
: GenericDialogController(pParent, "modules/scalc/ui/colorrowdialog.ui", "ColOrRowDialog")
, m_xFrame(m_xBuilder->weld_frame("frame"))
- , m_xBtnRows(m_xBuilder->weld_radio_button("rows"))
, m_xBtnCols(m_xBuilder->weld_radio_button("columns"))
, m_xBtnOk(m_xBuilder->weld_button("ok"))
{