summaryrefslogtreecommitdiff
path: root/include/svx/fmshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmshell.hxx')
-rw-r--r--include/svx/fmshell.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 63f96a747bf7..5c568ded8ed5 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -110,8 +110,8 @@ public:
FmFormShell(SfxViewShell* pParent, FmFormView* pView = NULL);
virtual ~FmFormShell();
- virtual void Execute( SfxRequest& );
- virtual void GetState( SfxItemSet& );
+ void Execute( SfxRequest& );
+ void GetState( SfxItemSet& );
virtual bool HasUIFeature( sal_uInt32 nFeature ) SAL_OVERRIDE;
void ExecuteTextAttribute( SfxRequest& );