diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-24 11:38:51 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-24 11:41:01 +0200 |
commit | 682b9b33c71066bbf703c22e9689367e7bd569b6 (patch) | |
tree | 98a123ad26a73f6635ff86fdf0d16cfc7f7c33d7 /sc/inc/progress.hxx | |
parent | c09d0aa46ceaeb96869eae1a23a86040189472f4 (diff) |
loplugin:constantparam in sc
Change-Id: I8608a6cb47972e9b838cc5ea431863348758ded0
Diffstat (limited to 'sc/inc/progress.hxx')
-rw-r--r-- | sc/inc/progress.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/progress.hxx b/sc/inc/progress.hxx index 3fc2ba375ae7..8d1f9c59ae72 100644 --- a/sc/inc/progress.hxx +++ b/sc/inc/progress.hxx @@ -71,7 +71,7 @@ public: ScProgress( SfxObjectShell* pObjSh, const OUString& rText, - sal_uLong nRange, bool bAllDocs = false, + sal_uLong nRange, bool bWait = true ); ~ScProgress(); |