diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 17:59:09 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-27 06:54:35 -0600 |
commit | ac9212feedb828064c5cf5cbb0bde8f02cc93d65 (patch) | |
tree | e429c2bbcdfe7a98c2d55433e752bfecac3d5d00 /connectivity/source/drivers/mysql | |
parent | 2a33953f6eb5da62042ea3731ef9d61666d5556f (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/mysql')
-rw-r--r-- | connectivity/source/drivers/mysql/YDriver.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
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: */ |