summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/ImpressViewShellBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/ImpressViewShellBase.hxx')
-rw-r--r--sd/source/ui/inc/ImpressViewShellBase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/ImpressViewShellBase.hxx b/sd/source/ui/inc/ImpressViewShellBase.hxx
index 3538473b386e..c4522288b8fa 100644
--- a/sd/source/ui/inc/ImpressViewShellBase.hxx
+++ b/sd/source/ui/inc/ImpressViewShellBase.hxx
@@ -38,14 +38,14 @@ public:
macros.
*/
ImpressViewShellBase (SfxViewFrame *pFrame, SfxViewShell* pOldShell);
- virtual ~ImpressViewShellBase (void);
+ virtual ~ImpressViewShellBase();
/** Callback function for general slot calls.
*/
virtual void Execute (SfxRequest& rRequest) SAL_OVERRIDE;
protected:
- virtual void InitializeFramework (void) SAL_OVERRIDE;
+ virtual void InitializeFramework() SAL_OVERRIDE;
};
} // end of namespace sd