[Libreoffice-commits] core.git: sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Mar 5 14:43:19 UTC 2021
sd/source/ui/sidebar/LayoutMenu.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cd17f402ad17c7f9b3f590d7e7d27462dfc86dc5
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Mar 5 10:27:25 2021 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Mar 5 15:42:29 2021 +0100
move properties from container vcl::Window to window-filling child
Change-Id: I5ddd17220ff8b45678716c406297d305aa2229e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112000
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx
index 981763dde084..699e6f2befad 100644
--- a/sd/source/ui/sidebar/LayoutMenu.cxx
+++ b/sd/source/ui/sidebar/LayoutMenu.cxx
@@ -196,8 +196,8 @@ void LayoutMenu::implConstruct( DrawDocShell& rDocumentShell )
Link<::sd::tools::EventMultiplexerEvent&,void> aEventListenerLink (LINK(this,LayoutMenu,EventMultiplexerListener));
mrBase.GetEventMultiplexer()->AddEventListener(aEventListenerLink);
- Window::SetHelpId(HID_SD_TASK_PANE_PREVIEW_LAYOUTS);
- SetAccessibleName(SdResId(STR_TASKPANEL_LAYOUT_MENU_TITLE));
+ mxLayoutValueSet->SetHelpId(HID_SD_TASK_PANE_PREVIEW_LAYOUTS);
+ mxLayoutValueSet->SetAccessibleName(SdResId(STR_TASKPANEL_LAYOUT_MENU_TITLE));
Link<const OUString&,void> aStateChangeLink (LINK(this,LayoutMenu,StateChangeHandler));
mxListener = new ::sd::tools::SlotStateListener(
More information about the Libreoffice-commits
mailing list