summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/Functions.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/Functions.hxx')
-rw-r--r--reportdesign/source/core/inc/Functions.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/reportdesign/source/core/inc/Functions.hxx b/reportdesign/source/core/inc/Functions.hxx
index a0b20c8cb435..355a328759fd 100644
--- a/reportdesign/source/core/inc/Functions.hxx
+++ b/reportdesign/source/core/inc/Functions.hxx
@@ -22,6 +22,7 @@
#include <com/sun/star/report/XFunctions.hpp>
#include <com/sun/star/report/XFunctionsSupplier.hpp>
#include <cppuhelper/compbase.hxx>
+#include <comphelper/interfacecontainer2.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <list>
@@ -38,7 +39,7 @@ namespace reportdesign
public FunctionsBase
{
typedef ::std::list< css::uno::Reference< css::report::XFunction > > TFunctions;
- ::cppu::OInterfaceContainerHelper m_aContainerListeners;
+ ::comphelper::OInterfaceContainerHelper2 m_aContainerListeners;
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::WeakReference< css::report::XFunctionsSupplier > m_xParent;
TFunctions m_aFunctions;