summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/unoidl/SdUnoOutlineView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/SdUnoOutlineView.cxx')
-rw-r--r--sd/source/ui/unoidl/SdUnoOutlineView.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sd/source/ui/unoidl/SdUnoOutlineView.cxx b/sd/source/ui/unoidl/SdUnoOutlineView.cxx
index 01bc4790697a..879e185b6cb1 100644
--- a/sd/source/ui/unoidl/SdUnoOutlineView.cxx
+++ b/sd/source/ui/unoidl/SdUnoOutlineView.cxx
@@ -51,13 +51,9 @@ using namespace ::com::sun::star::uno;
namespace sd {
SdUnoOutlineView::SdUnoOutlineView(
- DrawController& rController,
- OutlineViewShell& rViewShell,
- View& rView) throw()
+ OutlineViewShell& rViewShell) throw()
: DrawSubControllerInterfaceBase(m_aMutex),
- mrController(rController),
- mrOutlineViewShell(rViewShell),
- mrView(rView)
+ mrOutlineViewShell(rViewShell)
{
}