summaryrefslogtreecommitdiff
path: root/sc/inc/progress.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/progress.hxx')
-rw-r--r--sc/inc/progress.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/progress.hxx b/sc/inc/progress.hxx
index e9bd5afef8e7..4b6acb861e44 100644
--- a/sc/inc/progress.hxx
+++ b/sc/inc/progress.hxx
@@ -53,8 +53,8 @@ private:
SfxProgress* pProgress;
- ScProgress( const ScProgress& ) SAL_DELETED_FUNCTION;
- ScProgress& operator=( const ScProgress& ) SAL_DELETED_FUNCTION;
+ ScProgress( const ScProgress& ) = delete;
+ ScProgress& operator=( const ScProgress& ) = delete;
static void CalcGlobalPercent( sal_uLong nVal )
{