summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 11:43:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-11 16:58:46 +0200
commit14b26b73472ab0ec02b2e395d3417e13e4c78a28 (patch)
treeeea2c5e08407e7cb592fd8ff3c8c22cef23af881
parent9258fc222d79d9407172ed70c7e1a69b1cf1f25d (diff)
Combine successive private blocks
Change-Id: Id0da294261d9f42e4ba31864827e38e29bf44ea0
-rw-r--r--framework/source/services/frame.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index f4a48f823303..61983a3519fb 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -366,8 +366,6 @@ private:
void impl_notifyChangeListener(const css::beans::PropertyChangeEvent& aEvent);
-private:
-
/*-****************************************************************************************************
@short helper methods
@descr Follow methods are needed at different points of our code (more than ones!).
@@ -420,8 +418,6 @@ private:
// variables
// -threadsafe by SolarMutex
-private:
-
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::WeakReference< css::task::XStatusIndicator > m_xIndicatorInterception; /// points to an external set progress, which should be used instead of the internal one.