summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterScreen.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterScreen.cxx')
-rw-r--r--sdext/source/presenter/PresenterScreen.cxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/sdext/source/presenter/PresenterScreen.cxx b/sdext/source/presenter/PresenterScreen.cxx
index 594e6ce17287..ab30f08ebe90 100644
--- a/sdext/source/presenter/PresenterScreen.cxx
+++ b/sdext/source/presenter/PresenterScreen.cxx
@@ -168,8 +168,7 @@ PresenterScreenListener::PresenterScreenListener (
const css::uno::Reference<css::frame::XModel2>& rxModel)
: PresenterScreenListenerInterfaceBase(m_aMutex),
mxModel(rxModel),
- mxComponentContext(rxContext),
- mpPresenterScreen()
+ mxComponentContext(rxContext)
{
}
@@ -242,15 +241,7 @@ PresenterScreen::PresenterScreen (
const css::uno::Reference<css::frame::XModel2>& rxModel)
: PresenterScreenInterfaceBase(m_aMutex),
mxModel(rxModel),
- mxController(),
- mxConfigurationControllerWeak(),
- mxContextWeak(rxContext),
- mpPresenterController(),
- mxSavedConfiguration(),
- mpPaneContainer(),
- mxPaneFactory(),
- mxViewFactory(),
- maViewDescriptors()
+ mxContextWeak(rxContext)
{
}