summaryrefslogtreecommitdiff
path: root/framework/inc/services/desktop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/services/desktop.hxx')
-rw-r--r--framework/inc/services/desktop.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index 8e90ba671ebf..8aa56efaf9a8 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -386,22 +386,11 @@ class Desktop : private cppu::BaseMutex,
*/
bool impl_closeFrames(bool bAllowUI);
- // debug methods
- // (should be private every time!)
-
private:
- static bool implcp_addEventListener ( const css::uno::Reference< css::lang::XEventListener >& xListener );
- static bool implcp_removeEventListener ( const css::uno::Reference< css::lang::XEventListener >& xListener );
-
bool m_bIsTerminated; /// check flag to protect us against dispose before terminate!
/// see dispose() for further information!
- // variables
- // (should be private every time!)
-
- private:
-
css::uno::Reference< css::uno::XComponentContext > m_xContext; /// reference to factory, which has create this instance
FrameContainer m_aChildTaskContainer; /// array of child tasks (children of desktop are tasks; and tasks are also frames - But pure frames are not accepted!)
::cppu::OMultiTypeInterfaceContainerHelper m_aListenerContainer; /// container for ALL Listener