diff options
Diffstat (limited to 'sc/source/ui/inc/delcodlg.hxx')
-rw-r--r-- | sc/source/ui/inc/delcodlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/inc/delcodlg.hxx b/sc/source/ui/inc/delcodlg.hxx index c23deed4fcc6..7c49a79f9d33 100644 --- a/sc/source/ui/inc/delcodlg.hxx +++ b/sc/source/ui/inc/delcodlg.hxx @@ -35,7 +35,6 @@ private: std::unique_ptr<weld::CheckButton> m_xBtnDelNotes; std::unique_ptr<weld::CheckButton> m_xBtnDelAttrs; std::unique_ptr<weld::CheckButton> m_xBtnDelObjects; - std::unique_ptr<weld::Button> m_xBtnOk; static bool bPreviousAllCheck; static InsertDeleteFlags nPreviousChecks; |