summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:45:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 21:14:09 +0000
commitbee1cc83ec4b8a246017a823305fd5d20869bce3 (patch)
tree398868a95857150f59994c8b2ebbb04fbca12be8 /svtools/source/uno/wizard/wizardshell.cxx
parent614e1a6cf8839344755ea8d5227561f75772aa2a (diff)
Remove visual noise from svtools
Change-Id: I7c2b74a449fb20aae5bc643e24a22cf6f732136d Reviewed-on: https://gerrit.libreoffice.org/8320 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.cxx')
-rw-r--r--svtools/source/uno/wizard/wizardshell.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.cxx b/svtools/source/uno/wizard/wizardshell.cxx
index 6223e77a7040..7534f84303ff 100644
--- a/svtools/source/uno/wizard/wizardshell.cxx
+++ b/svtools/source/uno/wizard/wizardshell.cxx
@@ -27,10 +27,10 @@
#include <vcl/msgbox.hxx>
-//......................................................................................................................
+
namespace svt { namespace uno
{
-//......................................................................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -49,7 +49,7 @@ namespace svt { namespace uno
namespace WizardTravelType = ::com::sun::star::ui::dialogs::WizardTravelType;
- //==================================================================================================================
+
namespace
{
@@ -60,9 +60,9 @@ namespace svt { namespace uno
}
}
- //==================================================================================================================
+
//= WizardShell
- //==================================================================================================================
+
WizardShell::WizardShell( Window* i_pParent, const Reference< XWizard >& i_rWizard, const Reference< XWizardController >& i_rController,
const Sequence< Sequence< sal_Int16 > >& i_rPaths )
@@ -263,8 +263,8 @@ namespace svt { namespace uno
return WizardShell_Base::onFinish();
}
-//......................................................................................................................
+
} } // namespace svt::uno
-//......................................................................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */