summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/wizardmachine.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/dialogs/wizardmachine.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/dialogs/wizardmachine.cxx')
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index c0fa193046df..27d47a14591f 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -25,14 +25,14 @@
#include <svtools/svtresid.hxx>
#include <svtools/svtools.hrc>
-//.........................................................................
+
namespace svt
{
-//.........................................................................
- //=====================================================================
+
+
//= WizardPageImplData
- //=====================================================================
+
struct WizardPageImplData
{
WizardPageImplData()
@@ -40,9 +40,9 @@ namespace svt
}
};
- //=====================================================================
+
//= OWizardPage
- //=====================================================================
+
OWizardPage::OWizardPage( Window* _pParent, const ResId& _rResId )
:TabPage( _pParent, _rResId )
,m_pImpl( new WizardPageImplData )
@@ -94,9 +94,9 @@ namespace svt
return sal_True;
}
- //=====================================================================
+
//= WizardMachineImplData
- //=====================================================================
+
struct WizardMachineImplData : public WizardTypes
{
OUString sTitleBase; // the base for the title
@@ -118,9 +118,9 @@ namespace svt
}
};
- //=====================================================================
+
//= OWizardMachine
- //=====================================================================
+
OWizardMachine::OWizardMachine(Window* _pParent, const ResId& _rRes, sal_uInt32 _nButtonFlags )
:WizardDialog( _pParent, _rRes )
@@ -707,8 +707,8 @@ namespace svt
m_pImpl->m_bTravelingSuspended = false;
}
-//.........................................................................
+
} // namespace svt
-//.........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */