summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneFactory.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterPaneFactory.cxx b/sdext/source/presenter/PresenterPaneFactory.cxx
index dd4eb2fa9b8e..258f956d00a1 100644
--- a/sdext/source/presenter/PresenterPaneFactory.cxx
+++ b/sdext/source/presenter/PresenterPaneFactory.cxx
@@ -51,9 +51,7 @@ PresenterPaneFactory::PresenterPaneFactory (
const ::rtl::Reference<PresenterController>& rpPresenterController)
: PresenterPaneFactoryInterfaceBase(m_aMutex),
mxComponentContextWeak(rxContext),
- mxConfigurationControllerWeak(),
- mpPresenterController(rpPresenterController),
- mpResourceCache()
+ mpPresenterController(rpPresenterController)
{
}