summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/grviewsh.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:00 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:09 +0200
commited6b8a100c1aabb342573f252509573bbe124d29 (patch)
tree35874493d9470202b3221aa2a1666b6647494242 /sd/source/ui/view/grviewsh.cxx
parent78f6407978aa48c3cbb116bc281940dbf1f2dcbc (diff)
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/source/ui/view/grviewsh.cxx')
-rw-r--r--sd/source/ui/view/grviewsh.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sd/source/ui/view/grviewsh.cxx b/sd/source/ui/view/grviewsh.cxx
index 253a6e77cd72..1156dfa000e4 100644
--- a/sd/source/ui/view/grviewsh.cxx
+++ b/sd/source/ui/view/grviewsh.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "GraphicViewShell.hxx"
#include "LayerTabBar.hxx"
#include "FrameView.hxx"
@@ -32,7 +31,6 @@ namespace sd {
static const int TABCONTROL_INITIAL_SIZE = 350;
-
GraphicViewShell::GraphicViewShell (
SfxViewFrame* pFrame,
ViewShellBase& rViewShellBase,
@@ -52,9 +50,6 @@ GraphicViewShell::~GraphicViewShell (void)
{
}
-
-
-
void GraphicViewShell::ConstructGraphicViewShell(void)
{
meShellType = ST_DRAW;
@@ -67,9 +62,6 @@ void GraphicViewShell::ConstructGraphicViewShell(void)
mpLayerTabBar->Show();
}
-
-
-
void GraphicViewShell::ChangeEditMode (
EditMode eMode,
bool )
@@ -80,9 +72,6 @@ void GraphicViewShell::ChangeEditMode (
DrawViewShell::ChangeEditMode (eMode, true);
}
-
-
-
void GraphicViewShell::ArrangeGUIElements (void)
{
if (mpLayerTabBar.get()!=NULL && mpLayerTabBar->IsVisible())
@@ -117,9 +106,6 @@ void GraphicViewShell::ArrangeGUIElements (void)
DrawViewShell::ArrangeGUIElements();
}
-
-
-
IMPL_LINK(GraphicViewShell, TabBarSplitHandler, TabBar*, pTabBar)
{
const long int nMax = maViewSize.Width()