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 37d4ed0c58ec..4215754ae362 100644
--- a/sd/source/ui/inc/GraphicViewShellBase.hxx
+++ b/sd/source/ui/inc/GraphicViewShellBase.hxx
@@ -43,10 +43,10 @@ public:
/** Callback function for general slot calls.
*/
- virtual void Execute (SfxRequest& rRequest);
+ virtual void Execute (SfxRequest& rRequest) SAL_OVERRIDE;
protected:
- virtual void InitializeFramework (void);
+ virtual void InitializeFramework (void) SAL_OVERRIDE;
};
} // end of namespace sd