summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/dbconversion.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/dbconversion.cxx')
-rw-r--r--connectivity/source/commontools/dbconversion.cxx8
1 files changed, 4 insertions, 4 deletions
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: */