summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_selection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_selection.hxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_selection.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/unx/generic/dtrans/X11_selection.hxx b/vcl/unx/generic/dtrans/X11_selection.hxx
index 7d6de7ca12f5..516c9dc6c8f8 100644
--- a/vcl/unx/generic/dtrans/X11_selection.hxx
+++ b/vcl/unx/generic/dtrans/X11_selection.hxx
@@ -451,13 +451,13 @@ namespace x11 {
void deregisterDropTarget( ::Window aXLIB_Window );
// for XDropTarget{Drag|Drop}Context
- void accept( sal_Int8 dragOperation, ::Window aDropXLIB_Window, Time aTimestamp );
- void reject( ::Window aDropXLIB_Window, Time aTimestamp );
- void dropComplete( bool success, ::Window aDropXLIB_Window, Time aTimestamp );
+ void accept( sal_Int8 dragOperation, ::Window aDropXLIB_Window );
+ void reject( ::Window aDropXLIB_Window );
+ void dropComplete( bool success, ::Window aDropXLIB_Window );
// for XDragSourceContext
sal_Int32 getCurrentCursor() { return m_aCurrentCursor;}
- void setCursor( sal_Int32 cursor, ::Window aDropXLIB_Window, Time aTimestamp );
+ void setCursor( sal_Int32 cursor, ::Window aDropXLIB_Window );
void transferablesFlavorsChanged();
void shutdown() throw();