summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/ReportControlModel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/ReportControlModel.hxx')
-rw-r--r--reportdesign/source/core/inc/ReportControlModel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/inc/ReportControlModel.hxx b/reportdesign/source/core/inc/ReportControlModel.hxx
index eca3b2194d5a..48b457041efb 100644
--- a/reportdesign/source/core/inc/ReportControlModel.hxx
+++ b/reportdesign/source/core/inc/ReportControlModel.hxx
@@ -28,7 +28,7 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/lang/Locale.hpp>
#include <comphelper/uno3.hxx>
-#include <cppuhelper/interfacecontainer.h>
+#include <comphelper/interfacecontainer2.hxx>
namespace reportdesign
@@ -81,7 +81,7 @@ namespace reportdesign
OReportControlModel(OReportControlModel&) = delete;
void operator =(OReportControlModel&) = delete;
public:
- ::cppu::OInterfaceContainerHelper aContainerListeners;
+ ::comphelper::OInterfaceContainerHelper2 aContainerListeners;
OReportComponentProperties aComponent;
OFormatProperties aFormatProperties;
css::container::XContainer* m_pOwner;