summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneBase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneBase.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneBase.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sdext/source/presenter/PresenterPaneBase.cxx b/sdext/source/presenter/PresenterPaneBase.cxx
index 6ec411b99c1b..aac8d082a971 100644
--- a/sdext/source/presenter/PresenterPaneBase.cxx
+++ b/sdext/source/presenter/PresenterPaneBase.cxx
@@ -36,15 +36,6 @@ PresenterPaneBase::PresenterPaneBase (
const ::rtl::Reference<PresenterController>& rpPresenterController)
: PresenterPaneBaseInterfaceBase(m_aMutex),
mpPresenterController(rpPresenterController),
- mxParentWindow(),
- mxBorderWindow(),
- mxBorderCanvas(),
- mxContentWindow(),
- mxContentCanvas(),
- mxPaneId(),
- mxBorderPainter(),
- mxPresenterHelper(),
- msTitle(),
mxComponentContext(rxContext)
{
if (mpPresenterController)