summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/rootitemcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/rootitemcontainer.hxx')
-rw-r--r--framework/inc/uielement/rootitemcontainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/rootitemcontainer.hxx b/framework/inc/uielement/rootitemcontainer.hxx
index 11490a7f5a29..a785f6519b68 100644
--- a/framework/inc/uielement/rootitemcontainer.hxx
+++ b/framework/inc/uielement/rootitemcontainer.hxx
@@ -34,7 +34,7 @@
#include <rtl/ustring.hxx>
#include <cppuhelper/basemutex.hxx>
-#include <cppuhelper/implbase3.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/propshlp.hxx>
#include <vector>
@@ -44,7 +44,7 @@ namespace framework
{
class ConstItemContainer;
-typedef ::cppu::WeakImplHelper3<
+typedef ::cppu::WeakImplHelper<
css::container::XIndexContainer,
css::lang::XSingleComponentFactory,
css::lang::XUnoTunnel > RootItemContainer_BASE;