summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-30 14:56:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-30 14:56:34 +0100
commit27520df57c887488ff4fd5580a9e932f67bd3976 (patch)
treeaad7b026c849fda859949bac8addd8f836a4a85b /connectivity
parentf6cf7115599a713db7cd177fa87dbce7cc883810 (diff)
fdo#57696: Missing adaption of OSDBCDriverManager to XDriverManager2
Change-Id: Icce6ab9d6d815e9aff4980fadab71a4197593e0e
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/manager/mdrivermanager.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/connectivity/source/manager/mdrivermanager.hxx b/connectivity/source/manager/mdrivermanager.hxx
index 2cd7078b1e79..87b145dec0ed 100644
--- a/connectivity/source/manager/mdrivermanager.hxx
+++ b/connectivity/source/manager/mdrivermanager.hxx
@@ -20,15 +20,14 @@
#ifndef _CONNECTIVITY_DRIVERMANAGER_HXX_
#define _CONNECTIVITY_DRIVERMANAGER_HXX_
-#include <com/sun/star/sdbc/XDriverManager.hpp>
+#include <com/sun/star/sdbc/XDriverManager2.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
-#include <com/sun/star/container/XEnumerationAccess.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/implbase5.hxx>
+#include <cppuhelper/implbase4.hxx>
#include <comphelper/stl_types.hxx>
#include <comphelper/logging.hxx>
#include <comphelper/componentcontext.hxx>
@@ -55,9 +54,8 @@ namespace drivermanager
//==========================================================================
//= OSDBCDriverManager - the one-instance service for managing SDBC drivers
//==========================================================================
- typedef ::cppu::WeakImplHelper5 < ::com::sun::star::sdbc::XDriverManager
+ typedef ::cppu::WeakImplHelper4 < ::com::sun::star::sdbc::XDriverManager2
, ::com::sun::star::sdbc::XDriverAccess
- , ::com::sun::star::container::XEnumerationAccess
, ::com::sun::star::lang::XServiceInfo
, ::com::sun::star::uno::XNamingService
> OSDBCDriverManager_Base;