diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-05-25 21:26:51 -0400 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-05-27 01:46:44 -0500 |
commit | 0a3fe4c281be942e75b498073378b39a6e1a8ba7 (patch) | |
tree | fbab34cecc00bb6c2a0d7b74df79aecc7823591e /sw/source/ui/dbui | |
parent | 0f2824b117b65bd9c9db2870edc159419ae0c1d9 (diff) |
Remove ASCII art and useless comments from sw module
Change-Id: I3ba4ac78fd4810e006b1034bbe7c28b1803895d2
Reviewed-on: https://gerrit.libreoffice.org/9494
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r-- | sw/source/ui/dbui/mailmergewizard.cxx | 12 | ||||
-rw-r--r-- | sw/source/ui/dbui/mmoutputpage.cxx | 4 | ||||
-rw-r--r-- | sw/source/ui/dbui/mmpreparemergepage.cxx | 4 |
3 files changed, 6 insertions, 14 deletions
diff --git a/sw/source/ui/dbui/mailmergewizard.cxx b/sw/source/ui/dbui/mailmergewizard.cxx index a0f915e6f287..59fdfad0f6d5 100644 --- a/sw/source/ui/dbui/mailmergewizard.cxx +++ b/sw/source/ui/dbui/mailmergewizard.cxx @@ -198,10 +198,8 @@ OUString SwMailMergeWizard::getStateDisplayName( WizardState _nState ) const } return OUString(); } -/*---------------------------------------------------------------------- - enables/disables pages in the roadmap depending on the current - page and state - -----------------------------------------------------------------------*/ + +// enables/disables pages in the roadmap depending on the current page and state void SwMailMergeWizard::UpdateRoadmap() { /* @@ -271,10 +269,8 @@ void SwMailMergeWizard::UpdateRoadmap() enableState( nPage, bEnable ); } } -/*-- -------------------------------------------------------------------- - enables/disables pages in the roadmap depending on the current - page and state - -----------------------------------------------------------------------*/ + +// enables/disables pages in the roadmap depending on the current page and state void SwMailMergeWizard::CreateTargetDocument() { GetSwView()->GetWrtShell().GetDBManager()-> diff --git a/sw/source/ui/dbui/mmoutputpage.cxx b/sw/source/ui/dbui/mmoutputpage.cxx index 1e9da5fa3a70..e03f303bf054 100644 --- a/sw/source/ui/dbui/mmoutputpage.cxx +++ b/sw/source/ui/dbui/mmoutputpage.cxx @@ -879,9 +879,7 @@ IMPL_LINK(SwMailMergeOutputPage, SendAsHdl_Impl, PushButton*, pButton) return 0; } -/*------------------------------------------------------------------------- - Send documents as e-mail - -----------------------------------------------------------------------*/ +// Send documents as e-mail IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton) { SwMailMergeConfigItem& rConfigItem = m_pWizard->GetConfigItem(); diff --git a/sw/source/ui/dbui/mmpreparemergepage.cxx b/sw/source/ui/dbui/mmpreparemergepage.cxx index ec0407b189f0..272ae0f6cb8e 100644 --- a/sw/source/ui/dbui/mmpreparemergepage.cxx +++ b/sw/source/ui/dbui/mmpreparemergepage.cxx @@ -136,9 +136,7 @@ void SwMailMergePrepareMergePage::ActivatePage() MoveHdl_Impl(m_pRecordED); } -/*------------------------------------------------------------------------- - merge the data into a new file - -----------------------------------------------------------------------*/ +// merge the data into a new file bool SwMailMergePrepareMergePage::commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) { SwMailMergeConfigItem& rConfigItem = m_pWizard->GetConfigItem(); |