summaryrefslogtreecommitdiff
path: root/framework/source/helper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-04 09:46:09 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-04 10:51:46 +0200
commit2b24fba09c3eaf5d412aa3c3135dfa403b92c788 (patch)
tree40bde0fa1c0ee5598c9cffb3454a095ec66af7a4 /framework/source/helper
parentdd74a659c60c1f0e7733d4244e808865377c6316 (diff)
loplugin:unusedfields in framework
Change-Id: Ibb602e037bcee518c31dfe9734a5c5773cff23ab Reviewed-on: https://gerrit.libreoffice.org/39492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/helper')
-rw-r--r--framework/source/helper/statusindicatorfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx
index 577cabf82ac3..2d5563d1213c 100644
--- a/framework/source/helper/statusindicatorfactory.cxx
+++ b/framework/source/helper/statusindicatorfactory.cxx
@@ -124,7 +124,7 @@ void StatusIndicatorFactory::start(const css::uno::Reference< css::task::XStatus
IndicatorStack::iterator pItem = ::std::find(m_aStack.begin(), m_aStack.end(), xChild);
if (pItem != m_aStack.end())
m_aStack.erase(pItem);
- IndicatorInfo aInfo(xChild, sText, nRange);
+ IndicatorInfo aInfo(xChild, sText);
m_aStack.push_back (aInfo );
m_xActiveChild = xChild;