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.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/dbpilots/wizardservices.cxx b/extensions/source/dbpilots/wizardservices.cxx
index abb0dcd94496..12e706d78cf6 100644
--- a/extensions/source/dbpilots/wizardservices.cxx
+++ b/extensions/source/dbpilots/wizardservices.cxx
@@ -56,13 +56,13 @@ namespace dbp
//=====================================================================
//= OGroupBoxSI
//=====================================================================
- //---------------------------------------------------------------------
+
OUString OGroupBoxSI::getImplementationName() const
{
return OUString("org.openoffice.comp.dbp.OGroupBoxWizard");
}
- //---------------------------------------------------------------------
+
Sequence< OUString > OGroupBoxSI::getServiceNames() const
{
Sequence< OUString > aReturn(1);
@@ -73,13 +73,13 @@ namespace dbp
//=====================================================================
//= OListComboSI
//=====================================================================
- //---------------------------------------------------------------------
+
OUString OListComboSI::getImplementationName() const
{
return OUString("org.openoffice.comp.dbp.OListComboWizard");
}
- //---------------------------------------------------------------------
+
Sequence< OUString > OListComboSI::getServiceNames() const
{
Sequence< OUString > aReturn(1);
@@ -90,13 +90,13 @@ namespace dbp
//=====================================================================
//= OGridSI
//=====================================================================
- //---------------------------------------------------------------------
+
OUString OGridSI::getImplementationName() const
{
return OUString("org.openoffice.comp.dbp.OGridWizard");
}
- //---------------------------------------------------------------------
+
Sequence< OUString > OGridSI::getServiceNames() const
{
Sequence< OUString > aReturn(1);