summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/wizardservices.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:36:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 07:34:29 -0600
commit15246c959ae5ab4e124859a4d8981676f9eb657f (patch)
tree87813888699be2b850201725c45564c8c6423262 /extensions/source/dbpilots/wizardservices.cxx
parent710178094dfb21b0864335b1fa1a3401e4d82959 (diff)
Remove visual noise from extensions
Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3 Reviewed-on: https://gerrit.libreoffice.org/8259 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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: */