summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/module/ViewTabBarModule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/module/ViewTabBarModule.cxx')
-rw-r--r--sd/source/ui/framework/module/ViewTabBarModule.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/framework/module/ViewTabBarModule.cxx b/sd/source/ui/framework/module/ViewTabBarModule.cxx
index 6a4db6246c1a..7bc49d6baff5 100644
--- a/sd/source/ui/framework/module/ViewTabBarModule.cxx
+++ b/sd/source/ui/framework/module/ViewTabBarModule.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -65,7 +65,7 @@ ViewTabBarModule::ViewTabBarModule (
mxViewTabBarId(rxViewTabBarId)
{
Reference<XControllerManager> xControllerManager (rxController, UNO_QUERY);
-
+
if (xControllerManager.is())
{
mxConfigurationController = xControllerManager->getConfigurationController();
@@ -95,7 +95,7 @@ ViewTabBarModule::ViewTabBarModule (
ViewTabBarModule::~ViewTabBarModule (void)
{
}
-
+
@@ -172,7 +172,7 @@ void ViewTabBarModule::UpdateViewTabBar (const Reference<XTabBar>& rxTabBar)
if ( ! xBar.is())
xBar = Reference<XTabBar>(
mxConfigurationController->getResource(mxViewTabBarId), UNO_QUERY);
-
+
if (xBar.is())
{
TabBarButton aEmptyButton;
@@ -202,7 +202,7 @@ void ViewTabBarModule::UpdateViewTabBar (const Reference<XTabBar>& rxTabBar)
aNotesViewButton.ButtonLabel = String(SdResId(STR_NOTES_MODE));
if ( ! xBar->hasTabBarButton(aNotesViewButton))
xBar->addTabBarButtonAfter(aNotesViewButton, aOutlineViewButton);
-
+
TabBarButton aHandoutViewButton;
aHandoutViewButton.ResourceId = FrameworkHelper::CreateResourceId(
FrameworkHelper::msHandoutViewURL,