summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/filter/excel/xetable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx
index 770f30e5a9ff..01c286df968d 100644
--- a/sc/source/filter/excel/xetable.cxx
+++ b/sc/source/filter/excel/xetable.cxx
@@ -2052,7 +2052,7 @@ public:
mrColXFIndexes( rColXFIndexes ) {}
virtual ~RowFinalizeTask() {}
void push_back( XclExpRow *pRow ) { maRows.push_back( pRow ); }
- virtual void doWork()
+ virtual void doWork() SAL_OVERRIDE
{
for (size_t i = 0; i < maRows.size(); i++ )
maRows[ i ]->Finalize( mrColXFIndexes, mbProgress );