summaryrefslogtreecommitdiff
path: root/svx/source/form/dbtoolsclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/dbtoolsclient.cxx')
-rw-r--r--svx/source/form/dbtoolsclient.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/svx/source/form/dbtoolsclient.cxx b/svx/source/form/dbtoolsclient.cxx
index ebdc7521205f..6f288a758d0d 100644
--- a/svx/source/form/dbtoolsclient.cxx
+++ b/svx/source/form/dbtoolsclient.cxx
@@ -26,10 +26,10 @@
#include <rtl/instance.hxx>
#include <connectivity/formattedcolumnvalue.hxx>
-//........................................................................
+
namespace svxform
{
-//........................................................................
+
using namespace ::connectivity::simple;
using namespace ::com::sun::star::sdbc;
@@ -40,9 +40,9 @@ namespace svxform
using namespace ::com::sun::star::sdb;
using namespace ::com::sun::star::container;
- //====================================================================
+
//= ODbtoolsClient
- //====================================================================
+
namespace
{
@@ -161,9 +161,9 @@ namespace svxform
OSL_ENSURE(s_nClients >= 0,"Illegall call of revokeClient()");
}
- //====================================================================
+
//= OStaticDataAccessTools
- //====================================================================
+
OStaticDataAccessTools::OStaticDataAccessTools()
{
@@ -315,9 +315,9 @@ namespace svxform
return bReturn;
}
- //====================================================================
+
//= DBToolsObjectFactory
- //====================================================================
+
DBToolsObjectFactory::DBToolsObjectFactory()
{
@@ -340,9 +340,9 @@ namespace svxform
}
SAL_WNODEPRECATED_DECLARATIONS_POP
-//........................................................................
+
} // namespace svxform
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */