summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdglue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdglue.cxx')
-rw-r--r--svx/source/svdraw/svdglue.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdglue.cxx b/svx/source/svdraw/svdglue.cxx
index 41b37ae0e885..44734489febe 100644
--- a/svx/source/svdraw/svdglue.cxx
+++ b/svx/source/svdraw/svdglue.cxx
@@ -235,7 +235,7 @@ void SdrGluePoint::Shear(const Point& rRef, long /*nWink*/, double tn, bool bVSh
if (pObj!=NULL) SetAbsolutePos(aPt,*pObj); else SetPos(aPt);
}
-void SdrGluePoint::Invalidate(Window& rWin, const SdrObject* pObj) const
+void SdrGluePoint::Invalidate(vcl::Window& rWin, const SdrObject* pObj) const
{
bool bMapMerk=rWin.IsMapModeEnabled();
Point aPt(pObj!=NULL ? GetAbsolutePos(*pObj) : GetPos());
@@ -315,7 +315,7 @@ sal_uInt16 SdrGluePointList::Insert(const SdrGluePoint& rGP)
return nInsPos;
}
-void SdrGluePointList::Invalidate(Window& rWin, const SdrObject* pObj) const
+void SdrGluePointList::Invalidate(vcl::Window& rWin, const SdrObject* pObj) const
{
sal_uInt16 nAnz=GetCount();
for (sal_uInt16 nNum=0; nNum<nAnz; nNum++) {