diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-05 10:59:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-05 15:38:57 +0100 |
commit | c64046f61eb8a2d7d288e538377f1464a9ef34eb (patch) | |
tree | 3a76345c86f43eaf30c2838a736d9405b83adb42 /sc/inc/progress.hxx | |
parent | 55605810942227350b59e7cb4c61703b8ba991cf (diff) |
loplugin:singlevalfields in sc
Change-Id: Ia18d05b80f90a2333faf41029e7ae66fbd52dc78
Reviewed-on: https://gerrit.libreoffice.org/64599
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/progress.hxx')
-rw-r--r-- | sc/inc/progress.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/progress.hxx b/sc/inc/progress.hxx index 7ad445a0913c..c8fb59646e58 100644 --- a/sc/inc/progress.hxx +++ b/sc/inc/progress.hxx @@ -44,9 +44,7 @@ private: static sal_uLong nGlobalRange; static sal_uLong nGlobalPercent; static ScProgress* pInterpretProgress; - static ScProgress* pOldInterpretProgress; static sal_uLong nInterpretProgress; - static bool bAllowInterpretProgress; static ScDocument* pInterpretDoc; static bool bIdleWasEnabled; bool bEnabled; |