summaryrefslogtreecommitdiff
path: root/framework/inc/helper/uiconfigelementwrapperbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/uiconfigelementwrapperbase.hxx')
-rw-r--r--framework/inc/helper/uiconfigelementwrapperbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/helper/uiconfigelementwrapperbase.hxx b/framework/inc/helper/uiconfigelementwrapperbase.hxx
index 970317f90a45..6ce61ee7f8ba 100644
--- a/framework/inc/helper/uiconfigelementwrapperbase.hxx
+++ b/framework/inc/helper/uiconfigelementwrapperbase.hxx
@@ -37,12 +37,12 @@
#include <rtl/ustring.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/propshlp.hxx>
-#include <cppuhelper/implbase6.hxx>
+#include <cppuhelper/implbase.hxx>
namespace framework
{
-typedef ::cppu::WeakImplHelper6<
+typedef ::cppu::WeakImplHelper<
::com::sun::star::ui::XUIElement,
::com::sun::star::ui::XUIElementSettings,
::com::sun::star::lang::XInitialization,