summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_dndcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/dtrans/X11_dndcontext.cxx')
-rw-r--r--vcl/unx/generic/dtrans/X11_dndcontext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/generic/dtrans/X11_dndcontext.cxx b/vcl/unx/generic/dtrans/X11_dndcontext.cxx
index 3a8f67a0d037..bbdd86a0e3cd 100644
--- a/vcl/unx/generic/dtrans/X11_dndcontext.cxx
+++ b/vcl/unx/generic/dtrans/X11_dndcontext.cxx
@@ -29,7 +29,7 @@ using namespace x11;
DropTargetDropContext::DropTargetDropContext(
::Window aDropWindow,
- XLIB_Time aTimestamp,
+ Time aTimestamp,
SelectionManager& rManager ) :
m_aDropWindow( aDropWindow ),
m_nTimestamp( aTimestamp ),
@@ -63,7 +63,7 @@ void DropTargetDropContext::dropComplete( sal_Bool success ) throw(std::exceptio
DropTargetDragContext::DropTargetDragContext(
::Window aDropWindow,
- XLIB_Time aTimestamp,
+ Time aTimestamp,
SelectionManager& rManager ) :
m_aDropWindow( aDropWindow ),
m_nTimestamp( aTimestamp ),
@@ -92,7 +92,7 @@ void DropTargetDragContext::rejectDrag() throw(std::exception)
DragSourceContext::DragSourceContext(
::Window aDropWindow,
- XLIB_Time aTimestamp,
+ Time aTimestamp,
SelectionManager& rManager ) :
m_aDropWindow( aDropWindow ),
m_nTimestamp( aTimestamp ),