summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdsnpv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdsnpv.cxx')
-rw-r--r--svx/source/svdraw/svdsnpv.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdsnpv.cxx b/svx/source/svdraw/svdsnpv.cxx
index 5d108d102ab0..070f4c40397e 100644
--- a/svx/source/svdraw/svdsnpv.cxx
+++ b/svx/source/svdraw/svdsnpv.cxx
@@ -591,13 +591,13 @@ Pointer SdrSnapView::GetDraggedHelpLinePointer() const
{
switch(mpHelpLineOverlay->GetHelpLineKind())
{
- case SDRHELPLINE_VERTICAL : return Pointer(POINTER_ESIZE);
- case SDRHELPLINE_HORIZONTAL: return Pointer(POINTER_SSIZE);
- default : return Pointer(POINTER_MOVE);
+ case SDRHELPLINE_VERTICAL : return Pointer(PointerStyle::ESize);
+ case SDRHELPLINE_HORIZONTAL: return Pointer(PointerStyle::SSize);
+ default : return Pointer(PointerStyle::Move);
}
}
- return Pointer(POINTER_MOVE);
+ return Pointer(PointerStyle::Move);
}
void SdrSnapView::MovDragHelpLine(const Point& rPnt)