summaryrefslogtreecommitdiff
path: root/framework/inc/tabwin/tabwinfactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/tabwin/tabwinfactory.hxx')
-rw-r--r--framework/inc/tabwin/tabwinfactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/tabwin/tabwinfactory.hxx b/framework/inc/tabwin/tabwinfactory.hxx
index 483356a39bda..8d42f64b7101 100644
--- a/framework/inc/tabwin/tabwinfactory.hxx
+++ b/framework/inc/tabwin/tabwinfactory.hxx
@@ -34,13 +34,13 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/awt/XToolkit2.hpp>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <rtl/ustring.hxx>
namespace framework
{
-class TabWinFactory : public ::cppu::WeakImplHelper2< ::com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>
+class TabWinFactory : public ::cppu::WeakImplHelper< ::com::sun::star::lang::XSingleComponentFactory, com::sun::star::lang::XServiceInfo>
{
public:
TabWinFactory( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext );