summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-24 11:51:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-24 13:01:10 +0100
commit5468446041f3d3e7da25c888bb33565ef9ad203f (patch)
tree2f70c4c6750be93bf1e5d946dcf93300ef8d014b /sd
parent1f9264f9f840d505313f0749a27a66cdb54a23e9 (diff)
-Werror,-Wunused-private-field
Change-Id: I592db0524cb1d028e7dd3c3d49457f4a4038d5be
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()
{