summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewTabBar.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-21 16:41:38 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-21 16:41:38 +0000
commitcd00ca966a43db78b757aaec1215178ebda21950 (patch)
treeebbb3e644d94791a88eaba6b4b8c8dea9ae76ada /sd/source/ui/view/ViewTabBar.cxx
parent5f47590d3911eb49ec86c671019fd32469fba4ae (diff)
INTEGRATION: CWS viewswitch (1.8.74); FILE MERGED
2006/01/26 15:19:26 af 1.8.74.1: #i61191# Code cleanup.
Diffstat (limited to 'sd/source/ui/view/ViewTabBar.cxx')
-rw-r--r--sd/source/ui/view/ViewTabBar.cxx10
1 files changed, 2 insertions, 8 deletions
diff --git a/sd/source/ui/view/ViewTabBar.cxx b/sd/source/ui/view/ViewTabBar.cxx
index 87ec6e8b9bf0..0f3decaabd8b 100644
--- a/sd/source/ui/view/ViewTabBar.cxx
+++ b/sd/source/ui/view/ViewTabBar.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewTabBar.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 07:04:47 $
+ * last change: $Author: obo $ $Date: 2006-03-21 17:41:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,9 +80,6 @@ ViewTabBar::ViewTabBar (ViewShellBase& rViewShellBase, Window* pParent)
: TabControl (pParent),
mrViewShellBase (rViewShellBase)
{
- // SetMaxPageWidth(150);
- // SetHelpId( HID_SD_TABBAR_PAGES );
-
// Add tabs for the views that can be displayed in the center pane.
InsertPage (VTBE_EDIT_VIEW,
String (SdResId (STR_DRAW_MODE)));
@@ -94,8 +91,6 @@ ViewTabBar::ViewTabBar (ViewShellBase& rViewShellBase, Window* pParent)
String (SdResId (STR_HANDOUT_MODE)));
InsertPage (VTBE_SLIDE_VIEW,
String (SdResId (STR_SLIDE_MODE)));
- // InsertPage (VTBE_OLD_SLIDE_VIEW,
- // String (SdResId (STR_SLIDE_MODE)));
// Set one new tab page for all tab entries. We need it only to
// determine the height of the tab bar.
@@ -112,7 +107,6 @@ ViewTabBar::ViewTabBar (ViewShellBase& rViewShellBase, Window* pParent)
// Set help texts.
SetHelpId (VTBE_EDIT_VIEW, HID_SD_BTN_DRAW);
SetHelpId (VTBE_SLIDE_VIEW, HID_SD_BTN_SLIDE);
- // SetHelpId (VTBE_OLD_SLIDE_VIEW, HID_SD_BTN_SLIDE);
SetHelpId (VTBE_OUTLINE_VIEW, HID_SD_BTN_OUTLINE);
SetHelpId (VTBE_NOTES_VIEW, HID_SD_BTN_NOTES);
SetHelpId (VTBE_HANDOUT_VIEW, HID_SD_BTN_HANDOUT);