summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/beziersh.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:21:51 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 01:33:36 +0100
commit695280feb90729fde1a7ecf1c409ae16f8281a46 (patch)
tree5591cb26f9546599b573ba49427b13bc5332b86f /sw/source/uibase/inc/beziersh.hxx
parenta930f12c30f31d306ba60c5344cd8308d9fa4ee1 (diff)
tdf#123936 Formatting files in module sw with clang-format
Change-Id: I6243bc95129bf81a124d006ce0fc1aa1b5f618bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105718 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
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