diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-12-01 21:43:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-12-04 12:34:12 +0100 |
commit | 79824cea8add8dfd69a284800f5b365fc20bece9 (patch) | |
tree | e6579ac64fba3db2fed6f23e4c88e5a2d1325f46 /include/svx | |
parent | e782eefb2610af6d412d91d1a94dafaf53806f89 (diff) |
use OMultiTypeInterfaceContainerHelperVar3 in PropertyChangeNotifier
Change-Id: I861bb71702a56997ce5b28bca7750dba6a11f9c8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126342
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/shapepropertynotifier.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/shapepropertynotifier.hxx b/include/svx/shapepropertynotifier.hxx index 8e994e15d21d..b26525c63f7b 100644 --- a/include/svx/shapepropertynotifier.hxx +++ b/include/svx/shapepropertynotifier.hxx @@ -22,7 +22,7 @@ #include <svx/svxdllapi.h> #include <svx/shapeproperty.hxx> -#include <comphelper/multiinterfacecontainer2.hxx> +#include <comphelper/multiinterfacecontainer3.hxx> #include <rtl/ustring.hxx> #include <memory> @@ -141,7 +141,7 @@ namespace svx PropertyProviders; ::cppu::OWeakObject& m_rContext; PropertyProviders m_aProviders; - comphelper::OMultiTypeInterfaceContainerHelperVar2<OUString> m_aPropertyChangeListeners; + comphelper::OMultiTypeInterfaceContainerHelperVar3<css::beans::XPropertyChangeListener, OUString> m_aPropertyChangeListeners; }; |