diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-08 15:41:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-03-09 07:28:34 +0100 |
commit | 32c288d862d98aac2f726360be9f2ca53db06ccf (patch) | |
tree | 7ff3d9d9aa7ccb49a4dc8f790ec5750fc23eb953 /sfx2 | |
parent | 313744d4f23f242f5ee979d229fe394211ff7ffd (diff) |
loplugin:unusedfields
Change-Id: Ifb2c9a2d1d7dcc0ed3e8458c1a13933ccababd4c
Reviewed-on: https://gerrit.libreoffice.org/68939
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/progress.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/progress.cxx b/sfx2/source/bastyp/progress.cxx index ca06be5bad95..e67be00fef5f 100644 --- a/sfx2/source/bastyp/progress.cxx +++ b/sfx2/source/bastyp/progress.cxx @@ -50,7 +50,7 @@ using namespace ::com::sun::star::task; struct SfxProgress_Impl { Reference < XStatusIndicator > xStatusInd; - OUString aText, aStateText; + OUString aText; sal_uIntPtr nMax; clock_t nCreate; bool bWaitMode; |