diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 10:54:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-21 18:08:28 +0200 |
commit | 97a5ba4a71c39207859556296ed46dc474762164 (patch) | |
tree | 4f4a9a23d10d87a4f1e7714ef6f29827ff5d9591 /connectivity | |
parent | 8847724ca96199bd628558ba4599d697bce54c3e (diff) |
remove comments why a file gets included
also remove some commented out code
Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/qa/connectivity/ado/DriverTest.cxx | 4 | ||||
-rw-r--r-- | connectivity/source/manager/mdrivermanager.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/qa/connectivity/ado/DriverTest.cxx b/connectivity/qa/connectivity/ado/DriverTest.cxx index 82c63b698515..80753fa31745 100644 --- a/connectivity/qa/connectivity/ado/DriverTest.cxx +++ b/connectivity/qa/connectivity/ado/DriverTest.cxx @@ -9,10 +9,6 @@ #include <test/bootstrapfixture.hxx> -//#include "ado/ADriver.hxx" -//#include "ado/AConnection.hxx" -//#include <com/sun/star/sdbc/XDriver.hpp> - #include "ado/AConnection.hxx" #include "ado/ADatabaseMetaData.hxx" #include "ado/ADriver.hxx" diff --git a/connectivity/source/manager/mdrivermanager.hxx b/connectivity/source/manager/mdrivermanager.hxx index 8f560a4953ba..6d41d0a67999 100644 --- a/connectivity/source/manager/mdrivermanager.hxx +++ b/connectivity/source/manager/mdrivermanager.hxx @@ -30,7 +30,6 @@ #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 <com/sun/star/lang/XSingleComponentFactory.hpp> #include <cppuhelper/implbase3.hxx> |