diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-11-20 09:17:29 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2023-11-20 10:56:23 +0100 |
commit | a09092f20455ea68a22f815a8b086fc4c4c5100d (patch) | |
tree | 7fafa37c8f7f63d5365e8b4f9e0af817960a0855 /sd/source/ui/inc/tpoption.hxx | |
parent | d00087882dd3a68173e315069c3f0f7f7078cce5 (diff) |
presentationframe is no more
Since 7ca9c5bd2e2e3cda5686b7b8f5b657161eb52cdd
This fixes a crash when navigating to the Draw Options page
Change-Id: Id0d39b7c0b1effe22eae407903b1becfd4ad0da9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159732
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'sd/source/ui/inc/tpoption.hxx')
-rw-r--r-- | sd/source/ui/inc/tpoption.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/inc/tpoption.hxx b/sd/source/ui/inc/tpoption.hxx index c974ccda07e6..5ba80c3842ed 100644 --- a/sd/source/ui/inc/tpoption.hxx +++ b/sd/source/ui/inc/tpoption.hxx @@ -83,7 +83,6 @@ private: std::unique_ptr<weld::CheckButton> m_xCbxMasterPageCache; std::unique_ptr<weld::CheckButton> m_xCbxCopy; std::unique_ptr<weld::CheckButton> m_xCbxMarkedHitMovesAlways; - std::unique_ptr<weld::Frame> m_xPresentationFrame; std::unique_ptr<weld::ComboBox> m_xLbMetric; std::unique_ptr<weld::MetricSpinButton> m_xMtrFldTabstop; |