summaryrefslogtreecommitdiffstats
path: root/framework/source/uifactory/uicontrollerfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uifactory/uicontrollerfactory.cxx')
-rw-r--r--framework/source/uifactory/uicontrollerfactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uifactory/uicontrollerfactory.cxx b/framework/source/uifactory/uicontrollerfactory.cxx
index c962987aa069..3cacf9078ebc 100644
--- a/framework/source/uifactory/uicontrollerfactory.cxx
+++ b/framework/source/uifactory/uicontrollerfactory.cxx
@@ -26,7 +26,7 @@
#include <rtl/ustrbuf.hxx>
#include <cppuhelper/basemutex.hxx>
-#include <cppuhelper/compbase2.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/supportsservice.hxx>
using namespace css::uno;
@@ -38,7 +38,7 @@ using namespace framework;
namespace {
-typedef ::cppu::WeakComponentImplHelper2<
+typedef ::cppu::WeakComponentImplHelper<
css::lang::XServiceInfo,
css::frame::XUIControllerFactory > UIControllerFactory_BASE;