diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-11-22 21:18:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-11-27 19:52:23 +0100 |
commit | f5e9012dcf2ad14a82a879beed645f83439d08bf (patch) | |
tree | 2d96bf6153f440ad24a2430d4fa8449da8027faf /include | |
parent | e6376eaa83637f50ec236f239306248b8f92caee (diff) |
use more OInterfaceContainerHelper3 in SvxUnoTextContent
Change-Id: Ibef254a6391fb93d4ecfa91ef3ef3a31b4e146a3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125929
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/unotext.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx index bd41ffd16940..e4b5aad31eac 100644 --- a/include/editeng/unotext.hxx +++ b/include/editeng/unotext.hxx @@ -41,7 +41,7 @@ #include <com/sun/star/style/LineSpacing.hpp> #include <com/sun/star/style/TabStop.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -#include <comphelper/interfacecontainer2.hxx> +#include <comphelper/interfacecontainer3.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/weakagg.hxx> #include <osl/diagnose.hxx> @@ -523,7 +523,7 @@ private: // for xComponent ::osl::Mutex maDisposeContainerMutex; - ::comphelper::OInterfaceContainerHelper2 maDisposeListeners; + ::comphelper::OInterfaceContainerHelper3<css::lang::XEventListener> maDisposeListeners; bool mbDisposing; protected: |