summaryrefslogtreecommitdiff
path: root/include/svx/galmisc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/galmisc.hxx')
-rw-r--r--include/svx/galmisc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/galmisc.hxx b/include/svx/galmisc.hxx
index def4f9b01c17..4feff17a0f2c 100644
--- a/include/svx/galmisc.hxx
+++ b/include/svx/galmisc.hxx
@@ -181,8 +181,8 @@ protected:
virtual void DragFinished( sal_Int8 nDropAction ) SAL_OVERRIDE;
virtual void ObjectReleased() SAL_OVERRIDE;
- void CopyToClipboard( Window* pWindow );
- void StartDrag( Window* pWindow, sal_Int8 nDragSourceActions,
+ void CopyToClipboard( vcl::Window* pWindow );
+ void StartDrag( vcl::Window* pWindow, sal_Int8 nDragSourceActions,
sal_Int32 nDragPointer = DND_POINTER_NONE,
sal_Int32 nDragImage = DND_IMAGE_NONE );
};