summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/worksheethelper.cxx')
-rw-r--r--sc/source/filter/oox/worksheethelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx
index 2dceb6c6f891..a2abf59ce175 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -337,11 +337,11 @@ public:
void finalizeDrawingImport();
/// Allow the threaded importer to override our progress bar impl.
- virtual ISegmentProgressBarRef getRowProgress()
+ virtual ISegmentProgressBarRef getRowProgress() SAL_OVERRIDE
{
return mxRowProgress;
}
- virtual void setCustomRowProgress( const ISegmentProgressBarRef &rxRowProgress )
+ virtual void setCustomRowProgress( const ISegmentProgressBarRef &rxRowProgress ) SAL_OVERRIDE
{
mxRowProgress = rxRowProgress;
mbFastRowProgress = true;