From 2b7ee1db281e776c188bd11eeefa5c16c914761e Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 1 Apr 2013 18:45:57 +0200 Subject: remove boilerplate comments Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf --- connectivity/source/commontools/dbmetadata.cxx | 3 +-- connectivity/source/commontools/formattedcolumnvalue.cxx | 3 +-- connectivity/source/commontools/paramwrapper.cxx | 3 +-- connectivity/source/commontools/sqlerror.cxx | 2 -- connectivity/source/commontools/statementcomposer.cxx | 3 +-- connectivity/source/drivers/hsqldb/HConnection.cxx | 3 +-- connectivity/source/drivers/hsqldb/HTools.cxx | 5 ----- connectivity/source/drivers/hsqldb/HView.cxx | 2 -- connectivity/source/drivers/jdbc/ConnectionLog.cxx | 4 ---- connectivity/source/drivers/jdbc/ContextClassLoader.cxx | 2 -- connectivity/source/resource/sharedresources.cxx | 2 -- 11 files changed, 5 insertions(+), 27 deletions(-) (limited to 'connectivity/source') diff --git a/connectivity/source/commontools/dbmetadata.cxx b/connectivity/source/commontools/dbmetadata.cxx index 6ec14fb57e87..35030118ab74 100644 --- a/connectivity/source/commontools/dbmetadata.cxx +++ b/connectivity/source/commontools/dbmetadata.cxx @@ -49,7 +49,6 @@ namespace dbtools { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::sdbc::XConnection; using ::com::sun::star::sdbc::XDatabaseMetaData; @@ -70,7 +69,7 @@ namespace dbtools using ::com::sun::star::sdbc::DriverManager; using ::com::sun::star::sdbc::XDriverManager2; using ::com::sun::star::uno::UNO_SET_THROW; - /** === end UNO using === **/ + namespace BooleanComparisonMode = ::com::sun::star::sdb::BooleanComparisonMode; //==================================================================== diff --git a/connectivity/source/commontools/formattedcolumnvalue.cxx b/connectivity/source/commontools/formattedcolumnvalue.cxx index f80e7ac1907c..a354ab9aafb0 100644 --- a/connectivity/source/commontools/formattedcolumnvalue.cxx +++ b/connectivity/source/commontools/formattedcolumnvalue.cxx @@ -41,7 +41,6 @@ namespace dbtools { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::UNO_QUERY_THROW; @@ -63,7 +62,7 @@ namespace dbtools using ::com::sun::star::sdb::XColumn; using ::com::sun::star::sdb::XColumnUpdate; using ::com::sun::star::lang::XComponent; - /** === end UNO using === **/ + namespace DataType = ::com::sun::star::sdbc::DataType; namespace NumberFormat = ::com::sun::star::util::NumberFormat; diff --git a/connectivity/source/commontools/paramwrapper.cxx b/connectivity/source/commontools/paramwrapper.cxx index 414abf20eb19..25215c93b0c7 100644 --- a/connectivity/source/commontools/paramwrapper.cxx +++ b/connectivity/source/commontools/paramwrapper.cxx @@ -36,7 +36,6 @@ namespace param { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::sdbc::XParameters; using ::com::sun::star::uno::Sequence; @@ -59,7 +58,7 @@ namespace param using ::com::sun::star::sdb::XSingleSelectQueryAnalyzer; using ::com::sun::star::sdb::XParametersSupplier; using ::com::sun::star::lang::DisposedException; - /** === end UNO using === **/ + namespace PropertyAttribute = ::com::sun::star::beans::PropertyAttribute; namespace DataType = ::com::sun::star::sdbc::DataType; diff --git a/connectivity/source/commontools/sqlerror.cxx b/connectivity/source/commontools/sqlerror.cxx index 075978fd7b03..435472aed1a6 100644 --- a/connectivity/source/commontools/sqlerror.cxx +++ b/connectivity/source/commontools/sqlerror.cxx @@ -33,7 +33,6 @@ namespace connectivity { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::UNO_QUERY_THROW; @@ -45,7 +44,6 @@ namespace connectivity using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::sdbc::SQLException; using ::com::sun::star::uno::Type; - /** === end UNO using === **/ //using SQLError::ParamValue; // GCC (unxlngi6) does not like this namespace diff --git a/connectivity/source/commontools/statementcomposer.cxx b/connectivity/source/commontools/statementcomposer.cxx index 40cee318d3a1..d92adb8072f2 100644 --- a/connectivity/source/commontools/statementcomposer.cxx +++ b/connectivity/source/commontools/statementcomposer.cxx @@ -36,7 +36,6 @@ namespace dbtools { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::sdbc::XConnection; using ::com::sun::star::sdb::XSingleSelectQueryComposer; @@ -50,7 +49,7 @@ namespace dbtools using ::com::sun::star::beans::XPropertySet; using ::com::sun::star::lang::XMultiServiceFactory; using ::com::sun::star::sdbc::SQLException; - /** === end UNO using === **/ + namespace CommandType = ::com::sun::star::sdb::CommandType; //==================================================================== diff --git a/connectivity/source/drivers/hsqldb/HConnection.cxx b/connectivity/source/drivers/hsqldb/HConnection.cxx index 62e71bb6ce6a..4fdbc0bb5a95 100644 --- a/connectivity/source/drivers/hsqldb/HConnection.cxx +++ b/connectivity/source/drivers/hsqldb/HConnection.cxx @@ -45,7 +45,6 @@ #include "resource/sharedresources.hxx" #include "resource/hsqldb_res.hrc" -/** === begin UNO using === **/ using ::com::sun::star::util::XFlushListener; using ::com::sun::star::lang::EventObject; using ::com::sun::star::uno::Reference; @@ -79,7 +78,7 @@ using ::com::sun::star::sdbc::XDatabaseMetaData2; using ::com::sun::star::sdbc::XRow; using ::com::sun::star::sdb::application::XDatabaseDocumentUI; using ::com::sun::star::beans::PropertyValue; -/** === end UNO using === **/ + namespace GraphicColorMode = ::com::sun::star::graphic::GraphicColorMode; namespace connectivity { namespace hsqldb diff --git a/connectivity/source/drivers/hsqldb/HTools.cxx b/connectivity/source/drivers/hsqldb/HTools.cxx index b955e15436a1..c674c64a3fea 100644 --- a/connectivity/source/drivers/hsqldb/HTools.cxx +++ b/connectivity/source/drivers/hsqldb/HTools.cxx @@ -22,11 +22,6 @@ //........................................................................ namespace connectivity { namespace hsqldb { -//........................................................................ - - /** === begin UNO using === **/ - /** === end UNO using === **/ - //==================================================================== //= HTools //==================================================================== diff --git a/connectivity/source/drivers/hsqldb/HView.cxx b/connectivity/source/drivers/hsqldb/HView.cxx index 4d0a25b044a5..9074f600ca92 100644 --- a/connectivity/source/drivers/hsqldb/HView.cxx +++ b/connectivity/source/drivers/hsqldb/HView.cxx @@ -39,7 +39,6 @@ namespace connectivity { namespace hsqldb { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::UNO_QUERY; using ::com::sun::star::uno::UNO_QUERY_THROW; @@ -55,7 +54,6 @@ namespace connectivity { namespace hsqldb using ::com::sun::star::sdbc::XStatement; using ::com::sun::star::lang::DisposedException; using ::com::sun::star::sdbc::XRow; - /** === end UNO using === **/ //==================================================================== //= HView diff --git a/connectivity/source/drivers/jdbc/ConnectionLog.cxx b/connectivity/source/drivers/jdbc/ConnectionLog.cxx index 4afc43a21a21..4f0b748c8c49 100644 --- a/connectivity/source/drivers/jdbc/ConnectionLog.cxx +++ b/connectivity/source/drivers/jdbc/ConnectionLog.cxx @@ -30,10 +30,8 @@ namespace connectivity { namespace java { namespace sql { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XComponentContext; - /** === end UNO using === **/ //-------------------------------------------------------------------- namespace @@ -78,13 +76,11 @@ namespace comphelper { namespace log { namespace convert { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::util::Date; using ::com::sun::star::util::Time; using ::com::sun::star::util::DateTime; - /** === end UNO using === **/ //-------------------------------------------------------------------- ::rtl::OUString convertLogArgToString( const Date& _rDate ) diff --git a/connectivity/source/drivers/jdbc/ContextClassLoader.cxx b/connectivity/source/drivers/jdbc/ContextClassLoader.cxx index 29fe0ad31e79..ec2237464e01 100644 --- a/connectivity/source/drivers/jdbc/ContextClassLoader.cxx +++ b/connectivity/source/drivers/jdbc/ContextClassLoader.cxx @@ -25,10 +25,8 @@ namespace connectivity { namespace jdbc { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XInterface; - /** === end UNO using === **/ using ::connectivity::java_lang_Object; diff --git a/connectivity/source/resource/sharedresources.cxx b/connectivity/source/resource/sharedresources.cxx index 902807829cb5..e6eb018b1f47 100644 --- a/connectivity/source/resource/sharedresources.cxx +++ b/connectivity/source/resource/sharedresources.cxx @@ -32,11 +32,9 @@ namespace connectivity { //........................................................................ - /** === begin UNO using === **/ using ::com::sun::star::uno::Reference; using ::com::sun::star::uno::XComponentContext; using ::com::sun::star::uno::Exception; - /** === end UNO using === **/ //==================================================================== //= SharedResources_Impl -- cgit