diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-23 11:53:22 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-24 08:47:57 +0200 |
commit | 44b2afa192fbf78d337cf18840c26b7d04e91a4e (patch) | |
tree | 7e317015cada10da03f4395b265dd0bd68b75684 /svx/source/svdraw | |
parent | c33a1d47de07c327013979b1165f72298eaded45 (diff) |
convert ShapeProperty to scoped enum
Change-Id: I2e0dc3aaefb174c8960bb6b8ce9a4ad830626ba4
Diffstat (limited to 'svx/source/svdraw')
-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 |