summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/itemcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/itemcontainer.hxx')
-rw-r--r--framework/inc/uielement/itemcontainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/itemcontainer.hxx b/framework/inc/uielement/itemcontainer.hxx
index 5fde1b4a9618..bf64c9eaa48e 100644
--- a/framework/inc/uielement/itemcontainer.hxx
+++ b/framework/inc/uielement/itemcontainer.hxx
@@ -30,7 +30,7 @@
#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <rtl/ustring.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <vector>
#include <fwidllapi.h>
@@ -38,7 +38,7 @@
namespace framework
{
class ConstItemContainer;
-class FWI_DLLPUBLIC ItemContainer : public ::cppu::WeakImplHelper1< ::com::sun::star::container::XIndexContainer>
+class FWI_DLLPUBLIC ItemContainer : public ::cppu::WeakImplHelper< ::com::sun::star::container::XIndexContainer>
{
friend class ConstItemContainer;