summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-12-10 12:31:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-12-10 12:31:37 +0100
commitb05c792ffe408b9769de6e39d5ebd39749211f6b (patch)
tree9a18a88c797235528669dfabf109b19726a06c38 /connectivity
parentda5180a926f03314f87dd2a48f811846a8f01f3c (diff)
Fix previous commit
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/manager/mdrivermanager.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/connectivity/source/manager/mdrivermanager.hxx b/connectivity/source/manager/mdrivermanager.hxx
index 87b145dec0ed..9f78ec9f570a 100644
--- a/connectivity/source/manager/mdrivermanager.hxx
+++ b/connectivity/source/manager/mdrivermanager.hxx
@@ -24,10 +24,9 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XNamingService.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/sdbc/XDriverAccess.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
-#include <cppuhelper/implbase4.hxx>
+#include <cppuhelper/implbase3.hxx>
#include <comphelper/stl_types.hxx>
#include <comphelper/logging.hxx>
#include <comphelper/componentcontext.hxx>
@@ -54,8 +53,7 @@ namespace drivermanager
//==========================================================================
//= OSDBCDriverManager - the one-instance service for managing SDBC drivers
//==========================================================================
- typedef ::cppu::WeakImplHelper4 < ::com::sun::star::sdbc::XDriverManager2
- , ::com::sun::star::sdbc::XDriverAccess
+ typedef ::cppu::WeakImplHelper3 < ::com::sun::star::sdbc::XDriverManager2
, ::com::sun::star::lang::XServiceInfo
, ::com::sun::star::uno::XNamingService
> OSDBCDriverManager_Base;