From ac9212feedb828064c5cf5cbb0bde8f02cc93d65 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 17:59:09 +0100 Subject: Remove visual noise from connectivity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Conflicts: connectivity/source/inc/odbc/OConnection.hxx Change-Id: I5ca98359e18cf1b27bf53037dde211774d798626 Reviewed-on: https://gerrit.libreoffice.org/8245 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx | 4 ++-- connectivity/source/drivers/evoab2/NPreparedStatement.hxx | 4 ++-- connectivity/source/drivers/evoab2/NResultSetMetaData.hxx | 4 ++-- connectivity/source/drivers/evoab2/NStatement.cxx | 4 ++-- connectivity/source/drivers/evoab2/NStatement.hxx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'connectivity/source/drivers/evoab2') diff --git a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx index 017393191057..90ff744e4f07 100644 --- a/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx +++ b/connectivity/source/drivers/evoab2/NDatabaseMetaData.hxx @@ -29,9 +29,9 @@ namespace connectivity { namespace evoab { - //************************************************************** + //************ Class: OEvoabDatabaseMetaData - //************************************************************** + typedef struct{ gboolean bIsSplittedValue; GParamSpec *pField; diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx index df8aece04a2a..beadbc880d82 100644 --- a/connectivity/source/drivers/evoab2/NPreparedStatement.hxx +++ b/connectivity/source/drivers/evoab2/NPreparedStatement.hxx @@ -58,9 +58,9 @@ namespace connectivity }; ::std::vector< Parameter> m_aParameters; - //==================================================================== + // Data attributes - //==================================================================== + // our SQL statement OUString m_sSqlStatement; diff --git a/connectivity/source/drivers/evoab2/NResultSetMetaData.hxx b/connectivity/source/drivers/evoab2/NResultSetMetaData.hxx index 9e1e75238faa..d50b6bfb177f 100644 --- a/connectivity/source/drivers/evoab2/NResultSetMetaData.hxx +++ b/connectivity/source/drivers/evoab2/NResultSetMetaData.hxx @@ -29,9 +29,9 @@ namespace connectivity { namespace evoab { - //************************************************************** + //************ Class: ResultSetMetaData - //************************************************************** + typedef ::cppu::WeakImplHelper1< ::com::sun::star::sdbc::XResultSetMetaData> OResultSetMetaData_BASE; class OEvoabResultSetMetaData : public OResultSetMetaData_BASE diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx index c2001a14a65b..7c3458b3d2c2 100644 --- a/connectivity/source/drivers/evoab2/NStatement.cxx +++ b/connectivity/source/drivers/evoab2/NStatement.cxx @@ -598,9 +598,9 @@ Reference< XPropertySetInfo > SAL_CALL OCommonStatement::getPropertySetInfo( ) return ::cppu::OPropertySetHelper::createPropertySetInfo( getInfoHelper() ); } -// ============================================================================= + // = OStatement -// ============================================================================= + IMPLEMENT_SERVICE_INFO( OStatement, "com.sun.star.comp.sdbcx.evoab.OStatement", "com.sun.star.sdbc.Statement" ); diff --git a/connectivity/source/drivers/evoab2/NStatement.hxx b/connectivity/source/drivers/evoab2/NStatement.hxx index 0ad25399091f..5339e4dcbf15 100644 --- a/connectivity/source/drivers/evoab2/NStatement.hxx +++ b/connectivity/source/drivers/evoab2/NStatement.hxx @@ -130,10 +130,10 @@ namespace connectivity } }; - //************************************************************** + //************ Class: OCommonStatement // is a base class for the normal statement and for the prepared statement - //************************************************************** + class OCommonStatement; typedef OSubComponent< OCommonStatement, OCommonStatement_IBase > OStatement_CBase; -- cgit v1.2.3