summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/jdbc/ConnectionLog.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 17:59:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 06:54:35 -0600
commitac9212feedb828064c5cf5cbb0bde8f02cc93d65 (patch)
treee429c2bbcdfe7a98c2d55433e752bfecac3d5d00 /connectivity/source/drivers/jdbc/ConnectionLog.cxx
parent2a33953f6eb5da62042ea3731ef9d61666d5556f (diff)
Remove visual noise from connectivity
Conflicts: connectivity/source/inc/odbc/OConnection.hxx Change-Id: I5ca98359e18cf1b27bf53037dde211774d798626 Reviewed-on: https://gerrit.libreoffice.org/8245 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'connectivity/source/drivers/jdbc/ConnectionLog.cxx')
-rw-r--r--connectivity/source/drivers/jdbc/ConnectionLog.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/connectivity/source/drivers/jdbc/ConnectionLog.cxx b/connectivity/source/drivers/jdbc/ConnectionLog.cxx
index c8574f2e87e7..e8eddc4e87dc 100644
--- a/connectivity/source/drivers/jdbc/ConnectionLog.cxx
+++ b/connectivity/source/drivers/jdbc/ConnectionLog.cxx
@@ -26,9 +26,9 @@
#include <stdio.h>
-//........................................................................
+
namespace connectivity { namespace java { namespace sql {
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
@@ -43,9 +43,9 @@ namespace connectivity { namespace java { namespace sql {
}
}
- //====================================================================
+
//= ConnectionLog
- //====================================================================
+
ConnectionLog::ConnectionLog( const ::comphelper::ResourceBasedEventLogger& _rDriverLog )
:ConnectionLog_Base( _rDriverLog )
@@ -67,14 +67,14 @@ namespace connectivity { namespace java { namespace sql {
{
}
-//........................................................................
+
} } } // namespace connectivity::java::sql
-//........................................................................
-//........................................................................
+
+
namespace comphelper { namespace log { namespace convert
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XComponentContext;
@@ -113,8 +113,8 @@ namespace comphelper { namespace log { namespace convert
return OUString::createFromAscii( buffer );
}
-//........................................................................
+
} } } // comphelper::log::convert
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */