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/mysql/YDriver.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'connectivity/source/drivers/mysql') diff --git a/connectivity/source/drivers/mysql/YDriver.cxx b/connectivity/source/drivers/mysql/YDriver.cxx index 0caa68e49981..e60208700d54 100644 --- a/connectivity/source/drivers/mysql/YDriver.cxx +++ b/connectivity/source/drivers/mysql/YDriver.cxx @@ -31,10 +31,10 @@ #include "resource/common_res.hrc" #include "resource/sharedresources.hxx" -//........................................................................ + namespace connectivity { -//........................................................................ + using namespace mysql; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::sdbc; @@ -60,9 +60,9 @@ namespace connectivity } } - //==================================================================== + //= ODriverDelegator - //==================================================================== + ODriverDelegator::ODriverDelegator(const Reference< XComponentContext >& _rxContext) : ODriverDelegator_BASE(m_aMutex) @@ -491,8 +491,8 @@ namespace connectivity return getSupportedServiceNames_Static(); } -//........................................................................ + } // namespace connectivity -//........................................................................ + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit