diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-14 11:58:56 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-14 15:40:52 +0100 |
commit | 5e8bc7bda667e994cfbdf9bf4d981175dff71bae (patch) | |
tree | d32ba83233a00929259ac1d5dc69e1bdb86299b0 /sw/source/ui/config | |
parent | f0481649c526e2ad934482487c2dc7fae49c8031 (diff) |
loplugin:unusedfields
Change-Id: I5869e9974c37b1b525d316367f1dc5051d8aa197
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159404
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r-- | sw/source/ui/config/optpage.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx index 8506d8773d55..6688ae783581 100644 --- a/sw/source/ui/config/optpage.cxx +++ b/sw/source/ui/config/optpage.cxx @@ -104,7 +104,6 @@ SwContentOptPage::SwContentOptPage(weld::Container* pPage, weld::DialogControlle , m_xDrwCB(m_xBuilder->weld_check_button("drawings")) , m_xDrwImg(m_xBuilder->weld_widget("lockdrawings")) , m_xPostItCB(m_xBuilder->weld_check_button("comments")) - , m_xPostItImg(m_xBuilder->weld_widget("lockcomments")) , m_xSettingsFrame(m_xBuilder->weld_frame("settingsframe")) , m_xSettingsLabel(m_xBuilder->weld_label("settingslabel")) , m_xMetricLabel(m_xBuilder->weld_label("measureunitlabel")) |