diff options
Diffstat (limited to 'svx/source/svdraw/svdobj.cxx')
-rw-r--r-- | svx/source/svdraw/svdobj.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx index b940c562cfdd..f534933ca456 100644 --- a/svx/source/svdraw/svdobj.cxx +++ b/svx/source/svdraw/svdobj.cxx @@ -2799,10 +2799,10 @@ void SdrObject::SendUserCall(SdrUserCallType eUserCall, const Rectangle& rBoundR switch ( eUserCall ) { case SdrUserCallType::Resize: - notifyShapePropertyChange( svx::eShapeSize ); + notifyShapePropertyChange( svx::ShapeProperty::Size ); SAL_FALLTHROUGH; // RESIZE might also imply a change of the position case SdrUserCallType::MoveOnly: - notifyShapePropertyChange( svx::eShapePosition ); + notifyShapePropertyChange( svx::ShapeProperty::Position ); break; default: // not interested in |