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/postgresql/pq_connection.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'connectivity/source/drivers/postgresql/pq_connection.hxx') diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx index 305f51828146..7fb8bdd07c14 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.hxx +++ b/connectivity/source/drivers/postgresql/pq_connection.hxx @@ -79,9 +79,9 @@ struct ConnectionSettings; -//-------------------------------------------------- + // Logging API -//-------------------------------------------------- + namespace LogLevel { // when you add a loglevel, extend the log function ! @@ -94,7 +94,7 @@ static const sal_Int32 DATA = 4; bool isLog( ConnectionSettings *settings, int loglevel ); void log( ConnectionSettings *settings, sal_Int32 level, const OUString &logString ); void log( ConnectionSettings *settings, sal_Int32 level, const char *str ); -//-------------------------------------------------- + class Tables; class Views; @@ -128,7 +128,7 @@ struct ConnectionSettings sal_Int32 loglevel; }; -//-------------------------------------------------- + typedef cppu::WeakComponentImplHelper6< com::sun::star::sdbc::XConnection, com::sun::star::sdbc::XWarningsSupplier, -- cgit