| commit | 56d2939e1928ae06fa74cb4b4be36cc0eaf3e702 | [log] |
|---|---|---|
| author | Baole Fang <baole.fang@gmail.com> | Wed Apr 19 19:15:24 2023 -0400 |
| committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | Fri Apr 21 09:14:09 2023 +0200 |
| tree | b1fab7bf327351f56e1b2d219989f8ce7f5bb34e | |
| parent | 4ad6228e0d1f153fda94104258709aa6a8ca570e [diff] |
tdf#154731: Hide Zoom & View Layout dialog Change-Id: I49f86a858826da39f9dd08580d5ab7796bc397a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150667 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
diff --git a/cui/source/dialogs/zoom.cxx b/cui/source/dialogs/zoom.cxx index 0d6f44e..7bef6a5 100644 --- a/cui/source/dialogs/zoom.cxx +++ b/cui/source/dialogs/zoom.cxx
@@ -264,7 +264,7 @@ SvxZoomDialog::SvxZoomDialog(weld::Window* pParent, const SfxItemSet& rCoreSet) else { // hide view layout related controls: m_xViewFrame->set_sensitive(false); m_xViewFrame->set_visible(false); } }