summaryrefslogtreecommitdiff
path: root/framework/inc/uifactory/toolbarcontrollerfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uifactory/toolbarcontrollerfactory.hxx')
-rw-r--r--framework/inc/uifactory/toolbarcontrollerfactory.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/framework/inc/uifactory/toolbarcontrollerfactory.hxx b/framework/inc/uifactory/toolbarcontrollerfactory.hxx
index 1e989a770441..c750a44fb9d2 100644
--- a/framework/inc/uifactory/toolbarcontrollerfactory.hxx
+++ b/framework/inc/uifactory/toolbarcontrollerfactory.hxx
@@ -29,10 +29,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
-#include <com/sun/star/lang/XMultiComponentFactory.hpp>
-#include <com/sun/star/frame/XUIControllerRegistration.hpp>
+#include <com/sun/star/frame/XToolbarControllerFactory.hpp>
-#include <cppuhelper/implbase3.hxx>
+#include <cppuhelper/implbase2.hxx>
#include <rtl/ustring.hxx>
namespace framework
@@ -40,9 +39,8 @@ namespace framework
class ConfigurationAccess_ControllerFactory;
class ToolbarControllerFactory : protected ThreadHelpBase , // Struct for right initalization of mutex member! Must be first of baseclasses.
- public ::cppu::WeakImplHelper3< com::sun::star::lang::XServiceInfo,
- com::sun::star::lang::XMultiComponentFactory,
- com::sun::star::frame::XUIControllerRegistration>
+ public ::cppu::WeakImplHelper2< com::sun::star::lang::XServiceInfo,
+ com::sun::star::frame::XToolbarControllerFactory>
{
public:
ToolbarControllerFactory( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceManager );