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/commontools/dbconversion.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'connectivity/source/commontools/dbconversion.cxx') diff --git a/connectivity/source/commontools/dbconversion.cxx b/connectivity/source/commontools/dbconversion.cxx index 579c0e2a2087..a536f688013a 100644 --- a/connectivity/source/commontools/dbconversion.cxx +++ b/connectivity/source/commontools/dbconversion.cxx @@ -46,10 +46,10 @@ namespace const double fNanoSecondsPerDay = nanoSecInSec * secInMin * minInHour * 24.0; } -//......................................................................... + namespace dbtools { -//......................................................................... + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::util; @@ -447,9 +447,9 @@ namespace dbtools return aTime; } -//......................................................................... + } // namespace dbtools -//......................................................................... + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit