diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/config/optpage.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/inc/optpage.hxx | 2 |
2 files changed, 0 insertions, 3 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")) diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx index 74b5e34697bc..dd8bd93c269b 100644 --- a/sw/source/uibase/inc/optpage.hxx +++ b/sw/source/uibase/inc/optpage.hxx @@ -45,7 +45,6 @@ class SwContentOptPage final : public SfxTabPage std::unique_ptr<weld::CheckButton> m_xVRulerRightCBox; std::unique_ptr<weld::Widget> m_xVRulerRightImg; std::unique_ptr<weld::ComboBox> m_xVMetric; - std::unique_ptr<weld::Widget> m_xVMetricImg; std::unique_ptr<weld::CheckButton> m_xSmoothCBox; std::unique_ptr<weld::Widget> m_xSmoothImg; @@ -56,7 +55,6 @@ class SwContentOptPage final : public SfxTabPage std::unique_ptr<weld::CheckButton> m_xDrwCB; std::unique_ptr<weld::Widget> m_xDrwImg; std::unique_ptr<weld::CheckButton> m_xPostItCB; - std::unique_ptr<weld::Widget> m_xPostItImg; std::unique_ptr<weld::Frame> m_xSettingsFrame; std::unique_ptr<weld::Label> m_xSettingsLabel; |