summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/mysql/YDriver.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/mysql/YDriver.hxx')
-rw-r--r--connectivity/source/inc/mysql/YDriver.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/connectivity/source/inc/mysql/YDriver.hxx b/connectivity/source/inc/mysql/YDriver.hxx
index 1634092d68fd..ac14cf42f21a 100644
--- a/connectivity/source/inc/mysql/YDriver.hxx
+++ b/connectivity/source/inc/mysql/YDriver.hxx
@@ -28,7 +28,7 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <cppuhelper/compbase3.hxx>
+#include <cppuhelper/compbase.hxx>
#include <comphelper/uno3.hxx>
#include <comphelper/broadcasthelper.hxx>
#include <connectivity/CommonTools.hxx>
@@ -44,10 +44,10 @@ namespace connectivity
{
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL ODriverDelegator_CreateInstance(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxMSF) throw( ::com::sun::star::uno::Exception );
- typedef ::cppu::WeakComponentImplHelper3< ::com::sun::star::sdbc::XDriver
- , ::com::sun::star::sdbcx::XDataDefinitionSupplier
- , ::com::sun::star::lang::XServiceInfo
- > ODriverDelegator_BASE;
+ typedef ::cppu::WeakComponentImplHelper< ::com::sun::star::sdbc::XDriver
+ , ::com::sun::star::sdbcx::XDataDefinitionSupplier
+ , ::com::sun::star::lang::XServiceInfo
+ > ODriverDelegator_BASE;
typedef ::std::pair< ::com::sun::star::uno::WeakReferenceHelper,OMetaConnection*> TWeakConnectionPair;
typedef ::std::pair< ::com::sun::star::uno::WeakReferenceHelper,TWeakConnectionPair> TWeakPair;