diff options
Diffstat (limited to 'sc/source/ui/inc/drawsh.hxx')
-rw-r--r-- | sc/source/ui/inc/drawsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/drawsh.hxx b/sc/source/ui/inc/drawsh.hxx index e32652c95664..1e183b8080b7 100644 --- a/sc/source/ui/inc/drawsh.hxx +++ b/sc/source/ui/inc/drawsh.hxx @@ -44,7 +44,7 @@ class ScDrawShell : public SfxShell void SetHlinkForObject( SdrObject* pObj, const OUString& rHlnk ); protected: - virtual void Activate(bool bMDI) SAL_OVERRIDE; + virtual void Activate(bool bMDI) override; ScViewData* GetViewData() { return pViewData; } public: |