summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-02-10 20:47:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-02-11 05:52:11 +0100
commita2cee820e5e204058a721c59f2c5df8d8a2a3ca8 (patch)
tree95b4f6fb0fa166698d3272400dac6e3cee8b7daf /svx
parent01b3187e0713243c8f71d58197da17ee87c4dbb5 (diff)
merge IPropertyValueProvider into PropertyValueProvider
nothing directly extends IPropertyValueProvider Change-Id: Ib393bd31bde7f68d8b21dc3bdeeb30b538de1488 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129797 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/shapepropertynotifier.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/shapepropertynotifier.cxx b/svx/source/unodraw/shapepropertynotifier.cxx
index 7d1ca70c50ec..ef68a767c9c0 100644
--- a/svx/source/unodraw/shapepropertynotifier.cxx
+++ b/svx/source/unodraw/shapepropertynotifier.cxx
@@ -47,7 +47,7 @@ namespace svx
using ::com::sun::star::lang::EventObject;
using ::com::sun::star::beans::XPropertySet;
- IPropertyValueProvider::~IPropertyValueProvider()
+ PropertyValueProvider::~PropertyValueProvider()
{
}
@@ -76,7 +76,7 @@ namespace svx
{
}
- void PropertyChangeNotifier::registerProvider(const ShapePropertyProviderId _eProperty, std::unique_ptr<IPropertyValueProvider> _rProvider)
+ void PropertyChangeNotifier::registerProvider(const ShapePropertyProviderId _eProperty, std::unique_ptr<PropertyValueProvider> _rProvider)
{
assert( _rProvider && "NULL factory not allowed." );