summaryrefslogtreecommitdiff
path: root/binaryurp/source/bridgefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/bridgefactory.hxx')
-rw-r--r--binaryurp/source/bridgefactory.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binaryurp/source/bridgefactory.hxx b/binaryurp/source/bridgefactory.hxx
index 27ec27429d07..ac13ace16574 100644
--- a/binaryurp/source/bridgefactory.hxx
+++ b/binaryurp/source/bridgefactory.hxx
@@ -32,7 +32,7 @@
#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/RuntimeException.hpp"
#include "cppuhelper/basemutex.hxx"
-#include "cppuhelper/compbase2.hxx"
+#include "cppuhelper/compbase.hxx"
#include "sal/types.h"
namespace com { namespace sun { namespace star {
@@ -49,7 +49,7 @@ namespace binaryurp {
// the implementation does not care about a disposed state:
typedef
- cppu::WeakComponentImplHelper2<
+ cppu::WeakComponentImplHelper<
com::sun::star::lang::XServiceInfo,
com::sun::star::bridge::XBridgeFactory2 >
BridgeFactoryBase;