diff options
-rw-r--r-- | sd/source/ui/dlg/PaneDockingWindow.src | 16 | ||||
-rw-r--r-- | sd/source/ui/inc/PaneDockingWindow.hrc | 1 |
2 files changed, 0 insertions, 17 deletions
diff --git a/sd/source/ui/dlg/PaneDockingWindow.src b/sd/source/ui/dlg/PaneDockingWindow.src index a1bf93538cb2..f69b3c114042 100644 --- a/sd/source/ui/dlg/PaneDockingWindow.src +++ b/sd/source/ui/dlg/PaneDockingWindow.src @@ -51,20 +51,4 @@ DockingWindow FLT_LEFT_PANE_DRAW_DOCKING_WINDOW Text [ en-US ] = "Page Pane" ; }; -DockingWindow FLT_TOOL_PANEL_DOCKING_WINDOW -{ - HelpID = "sd:DockingWindow:FLT_TOOL_PANEL_DOCKING_WINDOW"; - Border = TRUE ; - Hide = TRUE ; - SVLook = TRUE ; - Sizeable = TRUE ; - Moveable = TRUE ; - Closeable = TRUE ; - Zoomable = TRUE ; - Dockable = TRUE ; - EnableResizing = TRUE ; - Size = MAP_APPFONT (100,200) ; - Text [ en-US ] = "Task Pane" ; -}; - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/source/ui/inc/PaneDockingWindow.hrc b/sd/source/ui/inc/PaneDockingWindow.hrc index 3e26741ac53d..9bf547498b29 100644 --- a/sd/source/ui/inc/PaneDockingWindow.hrc +++ b/sd/source/ui/inc/PaneDockingWindow.hrc @@ -19,6 +19,5 @@ #define FLT_LEFT_PANE_IMPRESS_DOCKING_WINDOW 792 #define FLT_LEFT_PANE_DRAW_DOCKING_WINDOW 793 -#define FLT_TOOL_PANEL_DOCKING_WINDOW 794 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |