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 fe40dea10127..0aa7eb204473 100644
--- a/sc/inc/listenercontext.hxx
+++ b/sc/inc/listenercontext.hxx
@@ -68,8 +68,8 @@ class PurgeListenerAction : public ColumnSpanSet::Action, boost::noncopyable
public:
PurgeListenerAction( ScDocument& rDoc );
- virtual void startColumn( SCTAB nTab, SCCOL nCol ) SAL_OVERRIDE;
- virtual void execute( const ScAddress& rPos, SCROW nLength, bool bVal ) SAL_OVERRIDE;
+ virtual void startColumn( SCTAB nTab, SCCOL nCol ) override;
+ virtual void execute( const ScAddress& rPos, SCROW nLength, bool bVal ) override;
};
}