summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/wizardservices.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/dbpilots/wizardservices.cxx')
-rw-r--r--extensions/source/dbpilots/wizardservices.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/extensions/source/dbpilots/wizardservices.cxx b/extensions/source/dbpilots/wizardservices.cxx
index 12e706d78cf6..e52eb28b6d87 100644
--- a/extensions/source/dbpilots/wizardservices.cxx
+++ b/extensions/source/dbpilots/wizardservices.cxx
@@ -46,16 +46,16 @@ extern "C" void SAL_CALL createRegistryInfo_OGridWizard()
> aAutoRegistration;
}
-//.........................................................................
+
namespace dbp
{
-//.........................................................................
+
using namespace ::com::sun::star::uno;
- //=====================================================================
+
//= OGroupBoxSI
- //=====================================================================
+
OUString OGroupBoxSI::getImplementationName() const
{
@@ -70,9 +70,9 @@ namespace dbp
return aReturn;
}
- //=====================================================================
+
//= OListComboSI
- //=====================================================================
+
OUString OListComboSI::getImplementationName() const
{
@@ -87,9 +87,9 @@ namespace dbp
return aReturn;
}
- //=====================================================================
+
//= OGridSI
- //=====================================================================
+
OUString OGridSI::getImplementationName() const
{
@@ -104,8 +104,8 @@ namespace dbp
return aReturn;
}
-//.........................................................................
+
} // namespace dbp
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */