Kaydet (Commit) 14b26b73 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Combine successive private blocks

Change-Id: Id0da294261d9f42e4ba31864827e38e29bf44ea0
üst 9258fc22
...@@ -366,8 +366,6 @@ private: ...@@ -366,8 +366,6 @@ private:
void impl_notifyChangeListener(const css::beans::PropertyChangeEvent& aEvent); void impl_notifyChangeListener(const css::beans::PropertyChangeEvent& aEvent);
private:
/*-**************************************************************************************************** /*-****************************************************************************************************
@short helper methods @short helper methods
@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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment