diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-22 18:05:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-27 06:48:39 +0100 |
commit | 7d30094766d6ef0f1084c42993dd2eb6b413cac7 (patch) | |
tree | ddf2017155b799a69e867fb7f485e14cc5abc9f1 /comphelper | |
parent | 2958109df0d2901b59748c3028e5df7a2c5b2481 (diff) |
use more OInterfaceContainerHelper3 in OPropertyBag
Change-Id: I915614c8e70a0f179655530b2c8822fa06c21386
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125915
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/opropertybag.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/property/opropertybag.hxx b/comphelper/source/property/opropertybag.hxx index 73957e51a39f..28333901c2e3 100644 --- a/comphelper/source/property/opropertybag.hxx +++ b/comphelper/source/property/opropertybag.hxx @@ -26,7 +26,7 @@ #include <com/sun/star/container/XSet.hpp> #include <cppuhelper/implbase5.hxx> -#include <comphelper/interfacecontainer2.hxx> +#include <comphelper/interfacecontainer3.hxx> #include <comphelper/propstate.hxx> #include <comphelper/broadcasthelper.hxx> #include <comphelper/propertybag.hxx> @@ -80,7 +80,7 @@ namespace comphelper bool m_bAutoAddProperties; /// for notification - ::comphelper::OInterfaceContainerHelper2 m_NotifyListeners; + ::comphelper::OInterfaceContainerHelper3<css::util::XModifyListener> m_NotifyListeners; /// modify flag bool m_isModified; |