diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-03 11:52:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-03 11:52:15 +0000 |
commit | a13c56fbafd930a5a8e117a57d7a8234cf49c4f1 (patch) | |
tree | d51bb237ddfb256bbb0d10f06f3395a42cc7df65 /sd | |
parent | 1ef873db6e5d38fd24e71cbdb61556f9d39cac73 (diff) |
FLT_TOOL_PANEL_DOCKING_WINDOW unused
Change-Id: I825cdefc5aef92d271ded4a35a21a441bc7325c6
Diffstat (limited to 'sd')
-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: */ |