summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/swstylemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/swstylemanager.cxx')
-rw-r--r--sw/source/core/doc/swstylemanager.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/doc/swstylemanager.cxx b/sw/source/core/doc/swstylemanager.cxx
index 11d3b3b63c93..d68377b2ce6d 100644
--- a/sw/source/core/doc/swstylemanager.cxx
+++ b/sw/source/core/doc/swstylemanager.cxx
@@ -72,14 +72,14 @@ public:
{}
virtual ~SwStyleManager();
virtual StylePool::SfxItemSet_Pointer_t getAutomaticStyle( const SfxItemSet& rSet,
- IStyleAccess::SwAutoStyleFamily eFamily ) SAL_OVERRIDE;
+ IStyleAccess::SwAutoStyleFamily eFamily ) override;
virtual StylePool::SfxItemSet_Pointer_t getByName( const OUString& rName,
- IStyleAccess::SwAutoStyleFamily eFamily ) SAL_OVERRIDE;
+ IStyleAccess::SwAutoStyleFamily eFamily ) override;
virtual void getAllStyles( std::vector<StylePool::SfxItemSet_Pointer_t> &rStyles,
- IStyleAccess::SwAutoStyleFamily eFamily ) SAL_OVERRIDE;
+ IStyleAccess::SwAutoStyleFamily eFamily ) override;
virtual StylePool::SfxItemSet_Pointer_t cacheAutomaticStyle( const SfxItemSet& rSet,
- SwAutoStyleFamily eFamily ) SAL_OVERRIDE;
- virtual void clearCaches() SAL_OVERRIDE;
+ SwAutoStyleFamily eFamily ) override;
+ virtual void clearCaches() override;
};
IStyleAccess *createStyleManager( SfxItemSet* pIgnorableParagraphItems )