summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unoshape.cxx')
-rw-r--r--svx/source/unodraw/unoshape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index cb0aa12afd9a..66547561b020 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -324,9 +324,9 @@ svx::PropertyChangeNotifier& SvxShape::getShapePropertyChangeNotifier()
void SvxShape::impl_construct()
{
- mpImpl->maPropertyNotifier.registerProvider( svx::ShapeProperty::Position,
+ mpImpl->maPropertyNotifier.registerProvider( svx::ShapePropertyProviderId::Position,
std::make_unique<ShapePositionProvider>( *mpImpl ) );
- mpImpl->maPropertyNotifier.registerProvider( svx::ShapeProperty::Size,
+ mpImpl->maPropertyNotifier.registerProvider( svx::ShapePropertyProviderId::Size,
std::make_unique<ShapeSizeProvider>( *mpImpl ) );
if ( HasSdrObject() )