diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-13 12:50:50 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-04-13 12:50:50 +0200 |
commit | 8af9df5ec78b808a4aa7d1288639fbc621f09917 (patch) | |
tree | f9d831572f04e33410112a9b43271e1eebfebce2 /sd/source | |
parent | 99f33ef5a21b97f790b6a359a640111076174408 (diff) |
slidecopy: Impress does not support the SID_TASKPANE slot, the task pane is available via SID_RIGHT_PANE
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/view/drvwshrg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index ce0e9f0be16f..5366c5c1668b 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/drvwshrg.cxx @@ -83,7 +83,6 @@ SFX_IMPL_INTERFACE(DrawViewShell, SfxShell, SdResId(STR_DRAWVIEWSHELL)) { 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() ); |