diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-12-15 11:43:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-12-16 16:34:29 +0100 |
commit | b2aa646ef09dc8434d3ca8a5bba53a8d8ff3f910 (patch) | |
tree | 698f6685374b0cea17b925c522aa6a1aac4770a3 /svx/source | |
parent | 6ce377a649c8db7576dbb7a30949d0f89c08439f (diff) |
use more OInterfaceContainerHelper3 in toolkit
Change-Id: I3861a254d660662cbf575e9669cbacba36634856
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126855
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/inc/gridcell.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx index 62b983b616bc..8a2c40dcf340 100644 --- a/svx/source/inc/gridcell.hxx +++ b/svx/source/inc/gridcell.hxx @@ -47,6 +47,7 @@ #include <cppuhelper/component.hxx> #include <cppuhelper/implbase1.hxx> #include <cppuhelper/implbase2.hxx> +#include <toolkit/helper/listenermultiplexer.hxx> #include <tools/diagnose_ex.h> class DbCellControl; |