summaryrefslogtreecommitdiff
path: root/connectivity/source/manager/mdrivermanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/manager/mdrivermanager.hxx')
-rw-r--r--connectivity/source/manager/mdrivermanager.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/connectivity/source/manager/mdrivermanager.hxx b/connectivity/source/manager/mdrivermanager.hxx
index e2fa4191f64c..ec4dea8baeb2 100644
--- a/connectivity/source/manager/mdrivermanager.hxx
+++ b/connectivity/source/manager/mdrivermanager.hxx
@@ -40,9 +40,6 @@
namespace drivermanager
{
-
- //= various
-
typedef std::map< OUString, css::uno::Reference< css::sdbc::XDriver > > DriverCollection;
struct DriverAccess
@@ -53,7 +50,7 @@ namespace drivermanager
};
- //= OSDBCDriverManager - the one-instance service for managing SDBC drivers
+ // OSDBCDriverManager - the one-instance service for managing SDBC drivers
typedef ::cppu::WeakImplHelper3 < ::com::sun::star::sdbc::XDriverManager2
, ::com::sun::star::lang::XServiceInfo