summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.