[Libreoffice-commits] .: svx/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Mon Mar 14 13:30:45 PDT 2011
svx/source/dialog/SpellDialogChildWindow.cxx | 24 ++++++------------------
svx/source/dialog/rubydialog.cxx | 2 --
2 files changed, 6 insertions(+), 20 deletions(-)
New commits:
commit 2db30c88163333cc7c3560585fd9b27ef006501c
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Mar 14 21:30:55 2011 +0100
Remove empty comment fields
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx
index 9b97518..b29ce0c 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 dc5c68f..ae8dc1f 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 ),
More information about the Libreoffice-commits
mailing list