summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterViewFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterViewFactory.cxx')
-rw-r--r--sdext/source/presenter/PresenterViewFactory.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterViewFactory.cxx b/sdext/source/presenter/PresenterViewFactory.cxx
index 87759f7fe9b3..7c7f8c98bae3 100644
--- a/sdext/source/presenter/PresenterViewFactory.cxx
+++ b/sdext/source/presenter/PresenterViewFactory.cxx
@@ -97,10 +97,8 @@ PresenterViewFactory::PresenterViewFactory (
const ::rtl::Reference<PresenterController>& rpPresenterController)
: PresenterViewFactoryInterfaceBase(m_aMutex),
mxComponentContext(rxContext),
- mxConfigurationController(),
mxControllerWeak(rxController),
- mpPresenterController(rpPresenterController),
- mpResourceCache()
+ mpPresenterController(rpPresenterController)
{
}