summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2021-07-08 16:21:46 -0400
committerAndras Timar <andras.timar@collabora.com>2021-07-15 15:21:45 +0200
commit0e7021de592b07894c57ab920acb40e10be8b26e (patch)
tree00ef5d94c6215091f7a12127a87deed0bb23d42b /framework
parent03ec34f3a556f67c6cf812e9543c15fb1f618383 (diff)
lok: include the label of the status indicator
Change-Id: Ib2714e3d2b6add54ffba753d3519aeba7a3f1959 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118658 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/helper/statusindicator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/statusindicator.cxx b/framework/source/helper/statusindicator.cxx
index 2073b8e68d9d..2deb4a0ae5b2 100644
--- a/framework/source/helper/statusindicator.cxx
+++ b/framework/source/helper/statusindicator.cxx
@@ -38,7 +38,7 @@ void SAL_CALL StatusIndicator::start(const OUString& sText, sal_Int32 nRange)
m_nRange = nRange;
m_nLastCallbackPercent = -1;
- comphelper::LibreOfficeKit::statusIndicatorStart();
+ comphelper::LibreOfficeKit::statusIndicatorStart(sText);
}
#if !defined(IOS) && !defined(ANDROID)
css::uno::Reference<css::task::XStatusIndicatorFactory> xFactory(m_xFactory);