Kaydet (Commit) d2ac15d7 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Remove empty comment fields

üst 47e5ea32
...@@ -34,9 +34,7 @@ ...@@ -34,9 +34,7 @@
namespace svx { namespace svx {
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
SpellDialogChildWindow::SpellDialogChildWindow ( SpellDialogChildWindow::SpellDialogChildWindow (
Window* _pParent, Window* _pParent,
USHORT nId, USHORT nId,
...@@ -55,39 +53,29 @@ SpellDialogChildWindow::SpellDialogChildWindow ( ...@@ -55,39 +53,29 @@ SpellDialogChildWindow::SpellDialogChildWindow (
eChildAlignment = SFX_ALIGN_NOALIGNMENT; eChildAlignment = SFX_ALIGN_NOALIGNMENT;
SetHideNotDelete (TRUE); SetHideNotDelete (TRUE);
} }
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
SpellDialogChildWindow::~SpellDialogChildWindow (void) SpellDialogChildWindow::~SpellDialogChildWindow (void)
{ {
} }
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
SfxBindings& SpellDialogChildWindow::GetBindings (void) const SfxBindings& SpellDialogChildWindow::GetBindings (void) const
{ {
OSL_ASSERT (m_pAbstractSpellDialog != NULL); OSL_ASSERT (m_pAbstractSpellDialog != NULL);
return m_pAbstractSpellDialog->GetBindings(); return m_pAbstractSpellDialog->GetBindings();
} }
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
void SpellDialogChildWindow::InvalidateSpellDialog() void SpellDialogChildWindow::InvalidateSpellDialog()
{ {
OSL_ASSERT (m_pAbstractSpellDialog != NULL); OSL_ASSERT (m_pAbstractSpellDialog != NULL);
if(m_pAbstractSpellDialog) if(m_pAbstractSpellDialog)
m_pAbstractSpellDialog->Invalidate(); m_pAbstractSpellDialog->Invalidate();
} }
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
bool SpellDialogChildWindow::HasAutoCorrection() bool SpellDialogChildWindow::HasAutoCorrection()
{ {
return false; return false;
} }
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
void SpellDialogChildWindow::AddAutoCorrection( void SpellDialogChildWindow::AddAutoCorrection(
const String& /*rOld*/, const String& /*rOld*/,
const String& /*rNew*/, const String& /*rNew*/,
......
...@@ -202,9 +202,7 @@ void SvxRubyData_Impl::AssertOneEntry() ...@@ -202,9 +202,7 @@ void SvxRubyData_Impl::AssertOneEntry()
pValues[4].Name = C2U(cRubyCharStyleName); pValues[4].Name = C2U(cRubyCharStyleName);
} }
} }
/* ---------------------------------------------------------------------------
---------------------------------------------------------------------------*/
SvxRubyDialog::SvxRubyDialog( SfxBindings *pBind, SfxChildWindow *pCW, SvxRubyDialog::SvxRubyDialog( SfxBindings *pBind, SfxChildWindow *pCW,
Window* _pParent, const ResId& rResId ) : Window* _pParent, const ResId& rResId ) :
SfxModelessDialog( pBind, pCW, _pParent, rResId ), SfxModelessDialog( pBind, pCW, _pParent, rResId ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment