[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - sd/source sd/uiconfig
Rob Snelders
programming at ertai.nl
Thu Dec 5 15:52:47 PST 2013
sd/source/ui/view/drvwshrg.cxx | 1 +
sd/uiconfig/simpress/menubar/menubar.xml | 1 +
2 files changed, 2 insertions(+)
New commits:
commit cb4225144f1fff44f9bb972fe06f51524da11b8b
Author: Rob Snelders <programming at ertai.nl>
Date: Thu Dec 5 23:56:52 2013 +0100
Partly revert "Resolves: #ii122335# Disabling the old task pane"
This partly reverts commit 95ae39c0c34c9a5e6fa6e72bf3a631a9a799b872.
SideBar is experimental, Impress still needs the TaskPane slot, otherwise once
disabled / clicked away the user won't get the TaskPane back.
Change-Id: I65b9e4a52ef2f3f1e7240fc01b828d2ff5d1589c
Reviewed-on: https://gerrit.libreoffice.org/6943
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx
index bb20370..c71959c 100644
--- a/sd/source/ui/view/drvwshrg.cxx
+++ b/sd/source/ui/view/drvwshrg.cxx
@@ -94,6 +94,7 @@ SFX_IMPL_INTERFACE(GraphicViewShell, SfxShell, SdResId(STR_DRAWVIEWSHELL)) //SOH
{
SFX_POPUPMENU_REGISTRATION( SdResId(RID_DRAW_TEXTOBJ_INSIDE_POPUP) );
SFX_CHILDWINDOW_CONTEXT_REGISTRATION( SID_NAVIGATOR );
+ SFX_CHILDWINDOW_REGISTRATION( SID_TASKPANE );
SFX_CHILDWINDOW_REGISTRATION( SfxTemplateDialogWrapper::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( SvxFontWorkChildWindow::GetChildWindowId() );
SFX_CHILDWINDOW_REGISTRATION( SvxColorChildWindow::GetChildWindowId() );
diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml
index 9ad2019..9a5b874 100644
--- a/sd/uiconfig/simpress/menubar/menubar.xml
+++ b/sd/uiconfig/simpress/menubar/menubar.xml
@@ -113,6 +113,7 @@
</menu:menupopup>
</menu:menu>
<menu:menuseparator/>
+ <menu:menuitem menu:id=".uno:TaskPane"/>
<menu:menuitem menu:id=".uno:Sidebar"/>
<menu:menuitem menu:id=".uno:LeftPaneImpress"/>
<menu:menuitem menu:id=".uno:AvailableToolbars"/>
More information about the Libreoffice-commits
mailing list