summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/LayerTabBar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/LayerTabBar.hxx')
-rw-r--r--sd/source/ui/inc/LayerTabBar.hxx34
1 files changed, 17 insertions, 17 deletions
diff --git a/sd/source/ui/inc/LayerTabBar.hxx b/sd/source/ui/inc/LayerTabBar.hxx
index 81477d34b88e..233220805306 100644
--- a/sd/source/ui/inc/LayerTabBar.hxx
+++ b/sd/source/ui/inc/LayerTabBar.hxx
@@ -2,7 +2,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
@@ -43,15 +43,15 @@ namespace sd {
class DrawViewShell;
class LayerTabBar
- : public TabBar,
+ : public TabBar,
public DropTargetHelper
{
public:
LayerTabBar (
- DrawViewShell* pDrViewSh,
+ DrawViewShell* pDrViewSh,
::Window* pParent);
LayerTabBar (
- DrawViewShell* pDrViewSh,
+ DrawViewShell* pDrViewSh,
::Window* pParent,
const ResId& rResId);
virtual ~LayerTabBar (void);
@@ -72,21 +72,21 @@ protected:
DrawViewShell* pDrViewSh;
// TabBar
- virtual void Select();
- virtual void DoubleClick();
- virtual void MouseButtonDown(const MouseEvent& rMEvt);
-
- virtual void Command(const CommandEvent& rCEvt);
-
- virtual long StartRenaming();
- virtual long AllowRenaming();
- virtual void EndRenaming();
-
- virtual void ActivatePage();
+ virtual void Select();
+ virtual void DoubleClick();
+ virtual void MouseButtonDown(const MouseEvent& rMEvt);
+
+ virtual void Command(const CommandEvent& rCEvt);
+
+ virtual long StartRenaming();
+ virtual long AllowRenaming();
+ virtual void EndRenaming();
+
+ virtual void ActivatePage();
// DropTargetHelper
- virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
- virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
+ virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
+ virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
};
} // end of namespace sd