From de42529ca9107b24b6367b40801300416d4a51a1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 6 Sep 2023 14:49:19 +0200 Subject: replace svx::PropertyValueProvider with simpler implementation it was not actually doing much besides managing the listener list, so just use a regular listener list implementation. Registering was unnecessary as well, we can use getPropertyValue() to retrieve the current value. Change-Id: I53ae496e07ff028b12646668b134ffcab18484aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156619 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svx/Library_svxcore.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'svx/Library_svxcore.mk') diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk index 6e7466541427..c4ba58048f4b 100644 --- a/svx/Library_svxcore.mk +++ b/svx/Library_svxcore.mk @@ -441,7 +441,6 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\ svx/source/toolbars/fontworkbar \ svx/source/uitest/sdrobject \ svx/source/unodraw/gluepts \ - svx/source/unodraw/shapepropertynotifier \ svx/source/unodraw/SvxXTextColumns \ svx/source/unodraw/tableshape \ svx/source/unodraw/unobrushitemhelper \ -- cgit