summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/grfsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/grfsh.hxx')
-rw-r--r--sw/source/uibase/inc/grfsh.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/grfsh.hxx b/sw/source/uibase/inc/grfsh.hxx
index 357fabf4201d..c5de732025f6 100644
--- a/sw/source/uibase/inc/grfsh.hxx
+++ b/sw/source/uibase/inc/grfsh.hxx
@@ -27,7 +27,7 @@
#include <sfx2/shell.hxx>
-class SwGrfShell: public SwBaseShell
+class SwGrfShell : public SwBaseShell
{
class SwExternalToolEdit;
std::vector<std::unique_ptr<SwExternalToolEdit>> m_ExternalEdits;
@@ -41,13 +41,13 @@ private:
public:
void Execute(SfxRequest& rRequest);
- void ExecAttr(SfxRequest const & rRequest);
+ void ExecAttr(SfxRequest const& rRequest);
void GetAttrState(SfxItemSet& rRequest);
- void ExecuteRotation(SfxRequest const &rRequest);
+ void ExecuteRotation(SfxRequest const& rRequest);
void GetAttrStateForRotation(SfxItemSet& rRequest);
- SwGrfShell(SwView &rView);
+ SwGrfShell(SwView& rView);
virtual ~SwGrfShell() override;
};