diff options
Diffstat (limited to 'sd/source/ui/inc/GraphicViewShellBase.hxx')
-rw-r--r-- | sd/source/ui/inc/GraphicViewShellBase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/GraphicViewShellBase.hxx b/sd/source/ui/inc/GraphicViewShellBase.hxx index f94ade5b3fd0..f13b75790045 100644 --- a/sd/source/ui/inc/GraphicViewShellBase.hxx +++ b/sd/source/ui/inc/GraphicViewShellBase.hxx @@ -37,7 +37,7 @@ public: macros. */ GraphicViewShellBase (SfxViewFrame *pFrame, SfxViewShell* pOldShell); - virtual ~GraphicViewShellBase(); + virtual ~GraphicViewShellBase() override; /** Callback function for general slot calls. */ |