summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/tools/EventMultiplexer.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/tools/EventMultiplexer.cxx b/sd/source/ui/tools/EventMultiplexer.cxx
index ff73e277274b..7a505eeb871b 100644
--- a/sd/source/ui/tools/EventMultiplexer.cxx
+++ b/sd/source/ui/tools/EventMultiplexer.cxx
@@ -129,7 +129,6 @@ private:
css::uno::WeakReference<css::frame::XController> mxControllerWeak;
css::uno::WeakReference<css::frame::XFrame> mxFrameWeak;
- css::uno::WeakReference<css::view::XSelectionSupplier> mxSlideSorterSelectionWeak;
SdDrawDocument* mpDocument;
css::uno::WeakReference<css::drawing::framework::XConfigurationController>
mxConfigurationControllerWeak;
@@ -210,7 +209,6 @@ EventMultiplexer::Implementation::Implementation (ViewShellBase& rBase)
mbListeningToFrame (false),
mxControllerWeak(nullptr),
mxFrameWeak(nullptr),
- mxSlideSorterSelectionWeak(nullptr),
mpDocument(nullptr),
mxConfigurationControllerWeak()
{