summaryrefslogtreecommitdiff
path: root/svx/source/dialog/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-14 21:30:55 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-14 21:30:55 +0100
commitd2ac15d7c9192efbd18593c4c428602bb8b7a91e (patch)
tree80a456a952a187598607af0563065fb41f4cc53f /svx/source/dialog/SpellDialogChildWindow.cxx
parent47e5ea32fbb6f50ae0326cb1d20ca2a5d200e186 (diff)
Remove empty comment fields
Diffstat (limited to 'svx/source/dialog/SpellDialogChildWindow.cxx')
-rw-r--r--svx/source/dialog/SpellDialogChildWindow.cxx12
1 files changed, 0 insertions, 12 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*/,