diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-14 21:30:55 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-14 21:30:55 +0100 |
commit | d2ac15d7c9192efbd18593c4c428602bb8b7a91e (patch) | |
tree | 80a456a952a187598607af0563065fb41f4cc53f /svx | |
parent | 47e5ea32fbb6f50ae0326cb1d20ca2a5d200e186 (diff) |
Remove empty comment fields
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/SpellDialogChildWindow.cxx | 12 | ||||
-rw-r--r-- | svx/source/dialog/rubydialog.cxx | 2 |
2 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx index 1996183f7a68..02d082947e0f 100644 --- a/svx/source/dialog/SpellDialogChildWindow.cxx +++ b/svx/source/dialog/SpellDialogChildWindow.cxx @@ -34,9 +34,7 @@ namespace svx { -/*------------------------------------------------------------------------- - -----------------------------------------------------------------------*/ SpellDialogChildWindow::SpellDialogChildWindow ( Window* _pParent, USHORT nId, @@ -55,39 +53,29 @@ SpellDialogChildWindow::SpellDialogChildWindow ( eChildAlignment = SFX_ALIGN_NOALIGNMENT; SetHideNotDelete (TRUE); } -/*------------------------------------------------------------------------- - -----------------------------------------------------------------------*/ SpellDialogChildWindow::~SpellDialogChildWindow (void) { } -/*------------------------------------------------------------------------- - -----------------------------------------------------------------------*/ SfxBindings& SpellDialogChildWindow::GetBindings (void) const { OSL_ASSERT (m_pAbstractSpellDialog != NULL); return m_pAbstractSpellDialog->GetBindings(); } -/*------------------------------------------------------------------------- - -----------------------------------------------------------------------*/ void SpellDialogChildWindow::InvalidateSpellDialog() { OSL_ASSERT (m_pAbstractSpellDialog != NULL); if(m_pAbstractSpellDialog) m_pAbstractSpellDialog->Invalidate(); } -/*------------------------------------------------------------------------- - -----------------------------------------------------------------------*/ bool SpellDialogChildWindow::HasAutoCorrection() { return false; } -/*------------------------------------------------------------------------- - -----------------------------------------------------------------------*/ void SpellDialogChildWindow::AddAutoCorrection( const String& /*rOld*/, const String& /*rNew*/, diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index cad88d539f03..ba7d314011ac 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -202,9 +202,7 @@ void SvxRubyData_Impl::AssertOneEntry() pValues[4].Name = C2U(cRubyCharStyleName); } } -/* --------------------------------------------------------------------------- - ---------------------------------------------------------------------------*/ SvxRubyDialog::SvxRubyDialog( SfxBindings *pBind, SfxChildWindow *pCW, Window* _pParent, const ResId& rResId ) : SfxModelessDialog( pBind, pCW, _pParent, rResId ), |