@descr Follow methods are needed at different points of our code (more than ones!).
@descr Follow methods are needed at different points of our code (more than ones!).
...
@@ -420,8 +418,6 @@ private:
...
@@ -420,8 +418,6 @@ private:
// variables
// variables
// -threadsafe by SolarMutex
// -threadsafe by SolarMutex
private:
css::uno::Reference<css::uno::XComponentContext>m_xContext;/// reference to factory, which has create this instance
css::uno::Reference<css::uno::XComponentContext>m_xContext;/// reference to factory, which has create this instance
css::uno::Reference<css::task::XStatusIndicatorFactory>m_xIndicatorFactoryHelper;/// reference to factory helper to create status indicator objects
css::uno::Reference<css::task::XStatusIndicatorFactory>m_xIndicatorFactoryHelper;/// reference to factory helper to create status indicator objects
css::uno::WeakReference<css::task::XStatusIndicator>m_xIndicatorInterception;/// points to an external set progress, which should be used instead of the internal one.
css::uno::WeakReference<css::task::XStatusIndicator>m_xIndicatorInterception;/// points to an external set progress, which should be used instead of the internal one.