summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/GraphicViewShellBase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/GraphicViewShellBase.hxx')
-rw-r--r--sd/source/ui/inc/GraphicViewShellBase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/GraphicViewShellBase.hxx b/sd/source/ui/inc/GraphicViewShellBase.hxx
index d0a58861cd78..3acf53699f96 100644
--- a/sd/source/ui/inc/GraphicViewShellBase.hxx
+++ b/sd/source/ui/inc/GraphicViewShellBase.hxx
@@ -38,14 +38,14 @@ public:
macros.
*/
GraphicViewShellBase (SfxViewFrame *pFrame, SfxViewShell* pOldShell);
- virtual ~GraphicViewShellBase (void);
+ virtual ~GraphicViewShellBase();
/** 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