summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_dndcontext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-25 15:09:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-28 08:32:56 +0200
commit3a36cf434fb4a967c9ea767cb7ac5f4da0502a0d (patch)
treeab1747ff3e977ad322cf05b68626879f2c68e6e0 /vcl/unx/generic/dtrans/X11_dndcontext.hxx
parent74ccd02eda2d6325a27266fd935aba29b3d75020 (diff)
loplugin:checkunusedparams in configmgr and vcl
Change-Id: I7226d01f38e6edaf3868d7267d9b02dbdbc9e5ba Reviewed-on: https://gerrit.libreoffice.org/36975 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_dndcontext.hxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_dndcontext.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/vcl/unx/generic/dtrans/X11_dndcontext.hxx b/vcl/unx/generic/dtrans/X11_dndcontext.hxx
index 93b493daaf4c..e770c58686d1 100644
--- a/vcl/unx/generic/dtrans/X11_dndcontext.hxx
+++ b/vcl/unx/generic/dtrans/X11_dndcontext.hxx
@@ -36,11 +36,10 @@ namespace x11 {
public ::cppu::WeakImplHelper<css::datatransfer::dnd::XDropTargetDropContext>
{
::Window m_aDropWindow;
- Time m_nTimestamp;
SelectionManager& m_rManager;
css::uno::Reference< XInterface > m_xManagerRef;
public:
- DropTargetDropContext( ::Window, Time, SelectionManager& );
+ DropTargetDropContext( ::Window, SelectionManager& );
virtual ~DropTargetDropContext() override;
// XDropTargetDropContext
@@ -53,11 +52,10 @@ namespace x11 {
public ::cppu::WeakImplHelper<css::datatransfer::dnd::XDropTargetDragContext>
{
::Window m_aDropWindow;
- Time m_nTimestamp;
SelectionManager& m_rManager;
css::uno::Reference< XInterface > m_xManagerRef;
public:
- DropTargetDragContext( ::Window, Time, SelectionManager& );
+ DropTargetDragContext( ::Window, SelectionManager& );
virtual ~DropTargetDragContext() override;
// XDropTargetDragContext
@@ -69,11 +67,10 @@ namespace x11 {
public ::cppu::WeakImplHelper<css::datatransfer::dnd::XDragSourceContext>
{
::Window m_aDropWindow;
- Time m_nTimestamp;
SelectionManager& m_rManager;
css::uno::Reference< XInterface > m_xManagerRef;
public:
- DragSourceContext( ::Window, Time, SelectionManager& );
+ DragSourceContext( ::Window, SelectionManager& );
virtual ~DragSourceContext() override;
// XDragSourceContext