summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-08 13:24:23 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-08 13:24:23 +0200
commit57ed5c1c87b267de23b1b73a71851dcdc46a6bab (patch)
treeddfaf354b056bb5105f29eb123d933ff93e9664a /sd/source
parent1bd51ec880300f8c6d3b4827e5bfbc9bedf43672 (diff)
slidecopy: FLT_RIGHT_PANE_DOCKING_WINDOW is obsolete (superseded by FLT_TOOL_PANEL_DOCKING_WINDOW) for quite some time now ...
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/dlg/PaneDockingWindow.src16
-rw-r--r--sd/source/ui/inc/PaneDockingWindow.hrc3
2 files changed, 1 insertions, 18 deletions
diff --git a/sd/source/ui/dlg/PaneDockingWindow.src b/sd/source/ui/dlg/PaneDockingWindow.src
index e99105f456a4..616b8a159f85 100644
--- a/sd/source/ui/dlg/PaneDockingWindow.src
+++ b/sd/source/ui/dlg/PaneDockingWindow.src
@@ -62,22 +62,6 @@ DockingWindow FLT_LEFT_PANE_DRAW_DOCKING_WINDOW
Text [ en-US ] = "Page Pane" ;
};
-DockingWindow FLT_RIGHT_PANE_DOCKING_WINDOW
-{
- // HelpID = SID_EFFECT_WIN ;
- 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" ;
-};
-
DockingWindow FLT_TOOL_PANEL_DOCKING_WINDOW
{
// HelpID = SID_EFFECT_WIN ;
diff --git a/sd/source/ui/inc/PaneDockingWindow.hrc b/sd/source/ui/inc/PaneDockingWindow.hrc
index 9eb1ad1c53fd..94be1eaa60ee 100644
--- a/sd/source/ui/inc/PaneDockingWindow.hrc
+++ b/sd/source/ui/inc/PaneDockingWindow.hrc
@@ -30,5 +30,4 @@
#define FLT_LEFT_PANE_IMPRESS_DOCKING_WINDOW 792
#define FLT_LEFT_PANE_DRAW_DOCKING_WINDOW 793
-#define FLT_RIGHT_PANE_DOCKING_WINDOW 794
-#define FLT_TOOL_PANEL_DOCKING_WINDOW 795
+#define FLT_TOOL_PANEL_DOCKING_WINDOW 794