diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-28 19:10:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-28 20:25:20 +0100 |
commit | 6762aff78bd346ebf816ead77e73b6fa9d8ea7d8 (patch) | |
tree | 80edf863841ca5617fae70d9c3a7fbf421df2adc /toolkit/inc/controls/controlmodelcontainerbase.hxx | |
parent | cf6823ea07047ad7681262e94721f88e768f5845 (diff) |
use more OInterfaceContainerHelper3 in toolkit
Change-Id: If91b208db7fa59bc626293c0a868ac490a8d2d70
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125983
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'toolkit/inc/controls/controlmodelcontainerbase.hxx')
-rw-r--r-- | toolkit/inc/controls/controlmodelcontainerbase.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/inc/controls/controlmodelcontainerbase.hxx b/toolkit/inc/controls/controlmodelcontainerbase.hxx index e84bb4267e42..768474ffd116 100644 --- a/toolkit/inc/controls/controlmodelcontainerbase.hxx +++ b/toolkit/inc/controls/controlmodelcontainerbase.hxx @@ -37,6 +37,7 @@ #include <cppuhelper/basemutex.hxx> #include <com/sun/star/awt/tab/XTabPageModel.hpp> #include <com/sun/star/lang/XInitialization.hpp> +#include <comphelper/interfacecontainer3.hxx> #include <mutex> #include <vector> @@ -78,7 +79,7 @@ public: protected: ContainerListenerMultiplexer maContainerListeners; - ::comphelper::OInterfaceContainerHelper2 maChangeListeners; + ::comphelper::OInterfaceContainerHelper3<css::util::XChangesListener> maChangeListeners; UnoControlModelHolderVector maModels; AllGroups maGroups; |