diff options
Diffstat (limited to 'include/sfx2/shell.hxx')
-rw-r--r-- | include/sfx2/shell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/shell.hxx b/include/sfx2/shell.hxx index 526e6385dd12..295fc6e611ab 100644 --- a/include/sfx2/shell.hxx +++ b/include/sfx2/shell.hxx @@ -313,7 +313,7 @@ inline void SfxShell::SetPool static SfxInterface* GetStaticInterface(); \ static SfxInterfaceId GetInterfaceId() {return SfxInterfaceId(nId);} \ static void RegisterInterface(SfxModule* pMod=NULL); \ - virtual SfxInterface* GetInterface() const; + virtual SfxInterface* GetInterface() const SAL_OVERRIDE; #define SFX_IMPL_INTERFACE(Class,SuperClass,NameResId) \ \ |