summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/backingwindow.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-21 13:44:24 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 13:51:29 +0200
commitf4e703aa39e9c294441b6dd86189d8aff32db8bf (patch)
tree6e5c3dd04760702e160b2d068704da093c7e6a48 /sfx2/source/dialog/backingwindow.hxx
parent3785f82e26c33c385494229be3bcfbe2daffe872 (diff)
loplugin:unusedfields in sfx2,slideshow,starmath,stoc
Change-Id: If3622b23c45dd3a2a4e9869452142d1f6b47919e
Diffstat (limited to 'sfx2/source/dialog/backingwindow.hxx')
-rw-r--r--sfx2/source/dialog/backingwindow.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/dialog/backingwindow.hxx b/sfx2/source/dialog/backingwindow.hxx
index 90b385b5dcfb..4d36dc3ec894 100644
--- a/sfx2/source/dialog/backingwindow.hxx
+++ b/sfx2/source/dialog/backingwindow.hxx
@@ -55,7 +55,6 @@ class BackingWindow : public vcl::Window, public VclBuilderContainer
css::uno::Reference<css::uno::XComponentContext> mxContext;
css::uno::Reference<css::frame::XDispatchProvider> mxDesktopDispatchProvider;
css::uno::Reference<css::frame::XFrame> mxFrame;
- css::uno::Reference<css::frame::XDesktop2> mxDesktop;
/** helper for drag&drop. */
css::uno::Reference<css::datatransfer::dnd::XDropTargetListener> mxDropTargetListener;