summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/beziersh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/beziersh.hxx')
-rw-r--r--sw/source/uibase/inc/beziersh.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/beziersh.hxx b/sw/source/uibase/inc/beziersh.hxx
index abf64aa65533..1556c2acc136 100644
--- a/sw/source/uibase/inc/beziersh.hxx
+++ b/sw/source/uibase/inc/beziersh.hxx
@@ -21,7 +21,7 @@
#include "basesh.hxx"
-class SwBezierShell: public SwBaseShell
+class SwBezierShell : public SwBaseShell
{
public:
SFX_DECL_INTERFACE(SW_BEZIERSHELL)
@@ -31,10 +31,10 @@ private:
static void InitInterface_Impl();
public:
- SwBezierShell(SwView &rView);
+ SwBezierShell(SwView& rView);
- void GetState(SfxItemSet &);
- void Execute(SfxRequest const &);
+ void GetState(SfxItemSet&);
+ void Execute(SfxRequest const&);
};
#endif