summaryrefslogtreecommitdiff
path: root/sc/inc/listenercontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/listenercontext.hxx')
-rw-r--r--sc/inc/listenercontext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/listenercontext.hxx b/sc/inc/listenercontext.hxx
index 501f1d2023fd..fdb525758d6d 100644
--- a/sc/inc/listenercontext.hxx
+++ b/sc/inc/listenercontext.hxx
@@ -66,8 +66,8 @@ class PurgeListenerAction : public ColumnSpanSet::Action, boost::noncopyable
public:
PurgeListenerAction( ScDocument& rDoc );
- virtual void startColumn( SCTAB nTab, SCCOL nCol );
- virtual void execute( const ScAddress& rPos, SCROW nLength, bool bVal );
+ virtual void startColumn( SCTAB nTab, SCCOL nCol ) SAL_OVERRIDE;
+ virtual void execute( const ScAddress& rPos, SCROW nLength, bool bVal ) SAL_OVERRIDE;
};
}