summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/dragmt3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/engine3d/dragmt3d.cxx')
-rw-r--r--svx/source/engine3d/dragmt3d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/engine3d/dragmt3d.cxx b/svx/source/engine3d/dragmt3d.cxx
index 64ba1761f4ae..7e090c3fc941 100644
--- a/svx/source/engine3d/dragmt3d.cxx
+++ b/svx/source/engine3d/dragmt3d.cxx
@@ -425,7 +425,7 @@ void E3dDragRotate::MoveSdrDrag(const Point& rPnt)
Pointer E3dDragRotate::GetSdrDragPointer() const
{
- return Pointer(POINTER_ROTATE);
+ return Pointer(PointerStyle::Rotate);
}
// E3dDragMove. This drag method is only required for translations inside
@@ -697,7 +697,7 @@ void E3dDragMove::MoveSdrDrag(const Point& rPnt)
Pointer E3dDragMove::GetSdrDragPointer() const
{
- return Pointer(POINTER_MOVE);
+ return Pointer(PointerStyle::Move);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */