summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unocpres.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unocpres.hxx')
-rw-r--r--sd/source/ui/unoidl/unocpres.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/unocpres.hxx b/sd/source/ui/unoidl/unocpres.hxx
index c00e382d5f0d..94e60cbedb4d 100644
--- a/sd/source/ui/unoidl/unocpres.hxx
+++ b/sd/source/ui/unoidl/unocpres.hxx
@@ -24,7 +24,7 @@
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XUnoTunnel.hpp>
-#include <cppuhelper/interfacecontainer.h>
+#include <comphelper/interfacecontainer2.hxx>
#include <osl/mutex.hxx>
#include <cppuhelper/implbase.hxx>
@@ -45,7 +45,7 @@ private:
// for xComponent
::osl::Mutex aDisposeContainerMutex;
- ::cppu::OInterfaceContainerHelper aDisposeListeners;
+ ::comphelper::OInterfaceContainerHelper2 aDisposeListeners;
bool bDisposing;
public: