summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/spelldialog.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:56:35 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:56:35 +0000
commit240177a07d31261e324f5de3b2df151adc1deac7 (patch)
tree75441b5663574a812a6513783a5c56f406e63cf2 /sc/source/ui/view/spelldialog.cxx
parent304e682ae863972506d38600d36138c8b892d828 (diff)
INTEGRATION: CWS calcwarnings (1.5.110); FILE MERGED
2006/12/12 17:03:32 nn 1.5.110.1: #i69284# warning-free: ui, unxlngi6
Diffstat (limited to 'sc/source/ui/view/spelldialog.cxx')
-rw-r--r--sc/source/ui/view/spelldialog.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/view/spelldialog.cxx b/sc/source/ui/view/spelldialog.cxx
index ebc29d8a29e2..50c1a859e489 100644
--- a/sc/source/ui/view/spelldialog.cxx
+++ b/sc/source/ui/view/spelldialog.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: spelldialog.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 15:08:25 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:56:35 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,9 +62,9 @@
SFX_IMPL_CHILDWINDOW( ScSpellDialogChildWindow, SID_SPELL_DIALOG )
-ScSpellDialogChildWindow::ScSpellDialogChildWindow( Window* pParent, USHORT nId,
+ScSpellDialogChildWindow::ScSpellDialogChildWindow( Window* pParentP, USHORT nId,
SfxBindings* pBindings, SfxChildWinInfo* pInfo ) :
- ::svx::SpellDialogChildWindow( pParent, nId, pBindings, pInfo ),
+ ::svx::SpellDialogChildWindow( pParentP, nId, pBindings, pInfo ),
mpViewShell( 0 ),
mpViewData( 0 ),
mpDocShell( 0 ),