summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/drwbassh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/drwbassh.hxx')
-rw-r--r--sw/source/ui/inc/drwbassh.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/sw/source/ui/inc/drwbassh.hxx b/sw/source/ui/inc/drwbassh.hxx
index e57cf394183f..60b9ecc90239 100644
--- a/sw/source/ui/inc/drwbassh.hxx
+++ b/sw/source/ui/inc/drwbassh.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
@@ -37,11 +37,11 @@ struct SvxSwFrameValidation;
class SwDrawBaseShell: public SwBaseShell
{
- SwDrawBase* pDrawActual;
+ SwDrawBase* pDrawActual;
- UINT16 eDrawMode;
- BOOL bRotate : 1;
- BOOL bSelMove: 1;
+ UINT16 eDrawMode;
+ BOOL bRotate : 1;
+ BOOL bSelMove: 1;
DECL_LINK( CheckGroupShapeNameHdl, AbstractSvxNameDialog* );
DECL_LINK(ValidatePosition, SvxSwFrameValidation* );
@@ -52,12 +52,12 @@ public:
SFX_DECL_INTERFACE(SW_DRAWBASESHELL)
TYPEINFO();
- void Execute(SfxRequest &);
- void GetState(SfxItemSet &);
- void DisableState(SfxItemSet &rSet) { Disable(rSet);}
- BOOL Disable(SfxItemSet& rSet, USHORT nWhich = 0);
+ void Execute(SfxRequest &);
+ void GetState(SfxItemSet &);
+ void DisableState(SfxItemSet &rSet) { Disable(rSet);}
+ BOOL Disable(SfxItemSet& rSet, USHORT nWhich = 0);
- void StateStatusline(SfxItemSet &rSet);
+ void StateStatusline(SfxItemSet &rSet);
};