summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/autofmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/autofmt.hxx')
-rw-r--r--sc/source/ui/inc/autofmt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx
index fb4c3736cf77..c8d0bab3bbbd 100644
--- a/sc/source/ui/inc/autofmt.hxx
+++ b/sc/source/ui/inc/autofmt.hxx
@@ -54,8 +54,8 @@ public:
void NotifyChange( ScAutoFormatData* pNewData );
protected:
- virtual void Paint(const Rectangle& rRect);
- virtual void Resize();
+ virtual void Paint(const Rectangle& rRect) SAL_OVERRIDE;
+ virtual void Resize() SAL_OVERRIDE;
private:
ScAutoFormatData* pCurData;