diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-28 10:04:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-28 17:20:58 +0100 |
commit | 4c8aba408c806830fd2f3fba5181469257d264c9 (patch) | |
tree | 146715b0370d9548a9cf093b6acdd8e8354f79e8 /sd/source/ui/unoidl | |
parent | 4fb7967fb2e67717f79eb87519c1444a82350a83 (diff) |
use more OInterfaceContainerHelper3 in sd
Change-Id: Id981ff73b5c386652a312de73df1684a273b389c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125971
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r-- | sd/source/ui/unoidl/unocpres.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unocpres.hxx b/sd/source/ui/unoidl/unocpres.hxx index 0ac1c4e74ed3..e32dce956e2f 100644 --- a/sd/source/ui/unoidl/unocpres.hxx +++ b/sd/source/ui/unoidl/unocpres.hxx @@ -23,7 +23,7 @@ #include <com/sun/star/container/XNamed.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -#include <comphelper/interfacecontainer2.hxx> +#include <comphelper/interfacecontainer3.hxx> #include <osl/mutex.hxx> #include <cppuhelper/implbase.hxx> @@ -49,7 +49,7 @@ private: // for xComponent ::osl::Mutex aDisposeContainerMutex; - ::comphelper::OInterfaceContainerHelper2 aDisposeListeners; + ::comphelper::OInterfaceContainerHelper3<css::lang::XEventListener> aDisposeListeners; bool bDisposing; public: |