summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl/swdtflvr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dochdl/swdtflvr.cxx')
-rw-r--r--sw/source/uibase/dochdl/swdtflvr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx
index 0d537acbde8c..5e72c8c877ca 100644
--- a/sw/source/uibase/dochdl/swdtflvr.cxx
+++ b/sw/source/uibase/dochdl/swdtflvr.cxx
@@ -353,10 +353,10 @@ const Graphic* SwTransferable::FindOLEReplacementGraphic() const
return NULL;
}
-void SwTransferable::RemoveDDELinkFormat( const Window& rWin )
+void SwTransferable::RemoveDDELinkFormat( const vcl::Window& rWin )
{
RemoveFormat( SOT_FORMATSTR_ID_LINK );
- CopyToClipboard( (Window*)&rWin );
+ CopyToClipboard( (vcl::Window*)&rWin );
}
namespace
@@ -3143,7 +3143,7 @@ void SwTransferable::SetDataForDragAndDrop( const Point& rSttPos )
}
}
-void SwTransferable::StartDrag( Window* pWin, const Point& rPos )
+void SwTransferable::StartDrag( vcl::Window* pWin, const Point& rPos )
{
if(!pWrtShell)
return;