summaryrefslogtreecommitdiff
path: root/svx/source/dialog/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:58:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:58:40 +0000
commitcce5ccbd753e2644e755e0a73b07a4217c0b08d4 (patch)
treec048f25e95e96fe9978098e9e9abfc977d9fa327 /svx/source/dialog/SpellDialogChildWindow.cxx
parent248bbb672c9c2c9afa618ded1f640aa7066ab949 (diff)
INTEGRATION: CWS warnings01 (1.3.222); FILE MERGED
2006/04/26 08:09:31 os 1.3.222.1: warnings removed
Diffstat (limited to 'svx/source/dialog/SpellDialogChildWindow.cxx')
-rw-r--r--svx/source/dialog/SpellDialogChildWindow.cxx17
1 files changed, 10 insertions, 7 deletions
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx
index 61f859c05ea5..bfd96b2b6dd3 100644
--- a/svx/source/dialog/SpellDialogChildWindow.cxx
+++ b/svx/source/dialog/SpellDialogChildWindow.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SpellDialogChildWindow.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:31:07 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:58:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,17 +45,17 @@ namespace svx {
-----------------------------------------------------------------------*/
SpellDialogChildWindow::SpellDialogChildWindow (
- Window* pParent,
+ Window* _pParent,
USHORT nId,
SfxBindings* pBindings,
- SfxChildWinInfo* pInfo)
- : SfxChildWindow (pParent, nId)
+ SfxChildWinInfo* /*pInfo*/)
+ : SfxChildWindow (_pParent, nId)
{
SvxAbstractDialogFactory* pFact = SvxAbstractDialogFactory::Create();
DBG_ASSERT(pFact, "SvxAbstractDialogFactory::Create() failed");
- m_pAbstractSpellDialog = pFact->CreateSvxSpellDialog(pParent,
+ m_pAbstractSpellDialog = pFact->CreateSvxSpellDialog(_pParent,
pBindings,
this );
pWindow = m_pAbstractSpellDialog->GetWindow();
@@ -95,7 +95,10 @@ bool SpellDialogChildWindow::HasAutoCorrection()
/*-------------------------------------------------------------------------
-----------------------------------------------------------------------*/
-void SpellDialogChildWindow::AddAutoCorrection(const String& rOld, const String& rNew, LanguageType eLanguage)
+void SpellDialogChildWindow::AddAutoCorrection(
+ const String& /*rOld*/,
+ const String& /*rNew*/,
+ LanguageType /*eLanguage*/)
{
DBG_ERROR("AutoCorrection should have been overloaded - if avalable")
}