summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-11-21 10:59:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-11-22 05:39:20 +0100
commitc91ec113a24ecc2bf883b1620f4e900f713dc996 (patch)
tree7419467ab3b34b77abb956fc1d8afe5d2595d154 /sfx2/inc
parent2e7f77d3fe01e36222d5ad84c18d7d7537092972 (diff)
loplugin:unusedfields
Change-Id: I4a7276ffc36b4f954fe1fa39fb5666fa184e66e1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143016 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/autoredactdialog.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/inc/autoredactdialog.hxx b/sfx2/inc/autoredactdialog.hxx
index 28c2c561f60d..540494c932ea 100644
--- a/sfx2/inc/autoredactdialog.hxx
+++ b/sfx2/inc/autoredactdialog.hxx
@@ -102,7 +102,6 @@ class SfxAutoRedactDialog final : public SfxDialogController
bool m_bIsValidState;
bool m_bTargetsCopied;
- std::unique_ptr<weld::Label> m_xRedactionTargetsLabel;
std::unique_ptr<TargetsTable> m_xTargetsBox;
std::unique_ptr<weld::Button> m_xLoadBtn;
std::unique_ptr<weld::Button> m_xSaveBtn;