diff options
Diffstat (limited to 'include/sfx2/docfac.hxx')
-rw-r--r-- | include/sfx2/docfac.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/docfac.hxx b/include/sfx2/docfac.hxx index 85d25fec608d..40dc08b3b59d 100644 --- a/include/sfx2/docfac.hxx +++ b/include/sfx2/docfac.hxx @@ -105,7 +105,7 @@ private: #define SFX_DECL_OBJECTFACTORY() \ public: \ static SfxObjectFactory& Factory(); \ - virtual SfxObjectFactory& GetFactory() const { return Factory(); } + virtual SfxObjectFactory& GetFactory() const SAL_OVERRIDE { return Factory(); } #define SFX_IMPL_OBJECTFACTORY(ClassName,GlobName,Flags,ShortName) \ SfxObjectFactory& ClassName::Factory() \ |