diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:27:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-02-07 12:36:01 +0100 |
commit | bdf2fcd5afb4a4fb1fe0683cf07a8beec78dcc04 (patch) | |
tree | 43dcaaa4325b8a76d2099f1dd74a2ea232ad2a67 /sc/inc/progress.hxx | |
parent | cfa3d6e562e758cbc18a099aa2a87309735ddf84 (diff) |
loplugin:deletedspecial
Change-Id: Ieeca9fe957e7bc6a4cf9d7d6ac57f9ed150aab78
Diffstat (limited to 'sc/inc/progress.hxx')
-rw-r--r-- | sc/inc/progress.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/inc/progress.hxx b/sc/inc/progress.hxx index a658829612a2..d65c9b56ce37 100644 --- a/sc/inc/progress.hxx +++ b/sc/inc/progress.hxx @@ -52,9 +52,8 @@ private: SfxProgress* pProgress; - /// not implemented - ScProgress( const ScProgress& ); - ScProgress& operator=( const ScProgress& ); + ScProgress( const ScProgress& ) SAL_DELETED_FUNCTION; + ScProgress& operator=( const ScProgress& ) SAL_DELETED_FUNCTION; static void CalcGlobalPercent( sal_uLong nVal ) { |