summaryrefslogtreecommitdiff
path: root/sc/inc/stlpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/stlpool.hxx')
-rw-r--r--sc/inc/stlpool.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/stlpool.hxx b/sc/inc/stlpool.hxx
index c17b5a69fb9e..c8c3fb126c9a 100644
--- a/sc/inc/stlpool.hxx
+++ b/sc/inc/stlpool.hxx
@@ -35,7 +35,7 @@ public:
void SetDocument( ScDocument* pDocument );
ScDocument* GetDocument() const { return pDoc; }
- virtual void Remove( SfxStyleSheetBase* pStyle );
+ virtual void Remove( SfxStyleSheetBase* pStyle ) SAL_OVERRIDE;
void SetActualStyleSheet ( SfxStyleSheetBase* pActStyleSheet )
{ pActualStyleSheet = pActStyleSheet; }
@@ -63,8 +63,8 @@ protected:
virtual SfxStyleSheetBase* Create( const OUString& rName,
SfxStyleFamily eFamily,
- sal_uInt16 nMask);
- virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& rStyle );
+ sal_uInt16 nMask) SAL_OVERRIDE;
+ virtual SfxStyleSheetBase* Create( const SfxStyleSheetBase& rStyle ) SAL_OVERRIDE;
private:
SfxStyleSheetBase* pActualStyleSheet;