summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/grfsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/grfsh.hxx')
-rw-r--r--sw/source/ui/inc/grfsh.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/source/ui/inc/grfsh.hxx b/sw/source/ui/inc/grfsh.hxx
index a0665141e13b..b9567860c330 100644
--- a/sw/source/ui/inc/grfsh.hxx
+++ b/sw/source/ui/inc/grfsh.hxx
@@ -26,11 +26,13 @@ class SwGrfShell: public SwBaseShell
public:
SFX_DECL_INTERFACE(SW_GRFSHELL)
- void Execute(SfxRequest &);
- void ExecAttr(SfxRequest &);
- void GetAttrState(SfxItemSet &);
+ void Execute(SfxRequest& rRequest);
+ void ExecuteRotation(SfxRequest &rRequest);
+ void ExecAttr(SfxRequest& rRequest);
- SwGrfShell(SwView &rView);
+ void GetAttrState(SfxItemSet& rRequest);
+
+ SwGrfShell(SwView &rView);
};
#endif