[Libreoffice-commits] core.git: sd/source
Caolán McNamara
caolanm at redhat.com
Tue Dec 3 03:53:35 PST 2013
sd/source/ui/dlg/PaneDockingWindow.src | 16 ----------------
sd/source/ui/inc/PaneDockingWindow.hrc | 1 -
2 files changed, 17 deletions(-)
New commits:
commit a13c56fbafd930a5a8e117a57d7a8234cf49c4f1
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Dec 3 11:52:15 2013 +0000
FLT_TOOL_PANEL_DOCKING_WINDOW unused
Change-Id: I825cdefc5aef92d271ded4a35a21a441bc7325c6
diff --git a/sd/source/ui/dlg/PaneDockingWindow.src b/sd/source/ui/dlg/PaneDockingWindow.src
index a1bf935..f69b3c1 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 3e26741..9bf5474 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: */
More information about the Libreoffice-commits
mailing list