diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 12:28:46 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 09:25:09 +0200 |
commit | 57154616f064752c237a278db18767241da13c3f (patch) | |
tree | c105cd45b095b2580c4d9ffec69a49dda8089d9b /connectivity/source/drivers | |
parent | 59c8cfffa75d991e3fac8b3cb41dde31389bb8c1 (diff) |
Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r-- | connectivity/source/drivers/hsqldb/HConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/hsqldb/HTools.cxx | 4 | ||||
-rw-r--r-- | connectivity/source/drivers/hsqldb/HView.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/jdbc/ConnectionLog.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/jdbc/ContextClassLoader.cxx | 4 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/KDriver.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/KDriver.hxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/macab/MacabDriver.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/macab/MacabDriver.hxx | 2 |
9 files changed, 0 insertions, 22 deletions
diff --git a/connectivity/source/drivers/hsqldb/HConnection.cxx b/connectivity/source/drivers/hsqldb/HConnection.cxx index 4920b7732713..1c85dde2191c 100644 --- a/connectivity/source/drivers/hsqldb/HConnection.cxx +++ b/connectivity/source/drivers/hsqldb/HConnection.cxx @@ -24,7 +24,6 @@ #include <connectivity/dbtools.hxx> -/** === begin UNO includes === **/ #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp> @@ -35,7 +34,6 @@ #include <com/sun/star/graphic/GraphicColorMode.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/sdbc/XDatabaseMetaData2.hpp> -/** === end UNO includes === **/ #include <comphelper/componentcontext.hxx> #include <comphelper/listenernotification.hxx> diff --git a/connectivity/source/drivers/hsqldb/HTools.cxx b/connectivity/source/drivers/hsqldb/HTools.cxx index 5d883f75ae9e..b955e15436a1 100644 --- a/connectivity/source/drivers/hsqldb/HTools.cxx +++ b/connectivity/source/drivers/hsqldb/HTools.cxx @@ -17,12 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "hsqldb/HTools.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - //........................................................................ namespace connectivity { namespace hsqldb { diff --git a/connectivity/source/drivers/hsqldb/HView.cxx b/connectivity/source/drivers/hsqldb/HView.cxx index 2ccb5d717abb..4d0a25b044a5 100644 --- a/connectivity/source/drivers/hsqldb/HView.cxx +++ b/connectivity/source/drivers/hsqldb/HView.cxx @@ -26,11 +26,9 @@ #include "connectivity/dbexception.hxx" #include "connectivity/dbtools.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/lang/WrappedTargetException.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/sdbc/XRow.hpp> -/** === end UNO includes === **/ #include <cppuhelper/exc_hlp.hxx> #include <tools/diagnose_ex.h> diff --git a/connectivity/source/drivers/jdbc/ConnectionLog.cxx b/connectivity/source/drivers/jdbc/ConnectionLog.cxx index 1496cabf5e31..2a43f9bef2e0 100644 --- a/connectivity/source/drivers/jdbc/ConnectionLog.cxx +++ b/connectivity/source/drivers/jdbc/ConnectionLog.cxx @@ -20,11 +20,9 @@ #include "java/sql/ConnectionLog.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> #include <com/sun/star/util/DateTime.hpp> -/** === end UNO includes === **/ #include <stdio.h> diff --git a/connectivity/source/drivers/jdbc/ContextClassLoader.cxx b/connectivity/source/drivers/jdbc/ContextClassLoader.cxx index 1b92e1010d46..29fe0ad31e79 100644 --- a/connectivity/source/drivers/jdbc/ContextClassLoader.cxx +++ b/connectivity/source/drivers/jdbc/ContextClassLoader.cxx @@ -17,13 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - #include "java/ContextClassLoader.hxx" #include "java/lang/Object.hxx" -/** === begin UNO includes === **/ -/** === end UNO includes === **/ - //........................................................................ namespace connectivity { namespace jdbc { diff --git a/connectivity/source/drivers/kab/KDriver.cxx b/connectivity/source/drivers/kab/KDriver.cxx index 504a71fc4fe3..88c3702a3aef 100644 --- a/connectivity/source/drivers/kab/KDriver.cxx +++ b/connectivity/source/drivers/kab/KDriver.cxx @@ -23,12 +23,10 @@ #include "KConnection.hxx" #include "rtl/strbuf.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/configuration/theDefaultProvider.hpp> #include <com/sun/star/sdb/SQLContext.hpp> #include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/frame/XDesktop.hpp> -/** === end UNO includes === **/ #include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> #include <tools/diagnose_ex.h> diff --git a/connectivity/source/drivers/kab/KDriver.hxx b/connectivity/source/drivers/kab/KDriver.hxx index e5bbdcdcba58..b51058151279 100644 --- a/connectivity/source/drivers/kab/KDriver.hxx +++ b/connectivity/source/drivers/kab/KDriver.hxx @@ -20,11 +20,9 @@ #ifndef _CONNECTIVITY_KAB_DRIVER_HXX_ #define _CONNECTIVITY_KAB_DRIVER_HXX_ -/** === begin UNO includes === **/ #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/frame/XTerminateListener.hpp> -/** === end UNO includes === **/ #include <cppuhelper/compbase3.hxx> #include <osl/module.h> diff --git a/connectivity/source/drivers/macab/MacabDriver.cxx b/connectivity/source/drivers/macab/MacabDriver.cxx index c9483e04260c..9c318ad2c128 100644 --- a/connectivity/source/drivers/macab/MacabDriver.cxx +++ b/connectivity/source/drivers/macab/MacabDriver.cxx @@ -21,11 +21,9 @@ #include "MacabDriver.hxx" #include "MacabConnection.hxx" -/** === begin UNO includes === **/ #include <com/sun/star/sdb/SQLContext.hpp> #include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/frame/XDesktop.hpp> -/** === end UNO includes === **/ #include <rtl/ustrbuf.hxx> #include <tools/diagnose_ex.h> #include "resource/macab_res.hrc" diff --git a/connectivity/source/drivers/macab/MacabDriver.hxx b/connectivity/source/drivers/macab/MacabDriver.hxx index 1aa80d530b0f..c908ee481d2c 100644 --- a/connectivity/source/drivers/macab/MacabDriver.hxx +++ b/connectivity/source/drivers/macab/MacabDriver.hxx @@ -20,11 +20,9 @@ #ifndef _CONNECTIVITY_MACAB_DRIVER_HXX_ #define _CONNECTIVITY_MACAB_DRIVER_HXX_ -/** === begin UNO includes === **/ #include <com/sun/star/sdbc/XDriver.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/frame/XTerminateListener.hpp> -/** === end UNO includes === **/ #include <cppuhelper/compbase3.hxx> #include <osl/module.h> |