summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 15:57:43 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 15:57:43 +0000
commit50aba37e3b5686cdf2cda3554f01dc566622d25c (patch)
tree33fe3ec2292f469635c5f2c95becaabccea5be27 /sd/source/ui/dlg/SpellDialogChildWindow.cxx
parent446e24f0b925a4b8ec6f6eee6ab45ad48ea25e62 (diff)
INTEGRATION: CWS sdwarningsbegone (1.4.36); FILE MERGED
2006/11/22 12:41:44 cl 1.4.36.1: #i69285# warning free code changes for unxlngi6.pro
Diffstat (limited to 'sd/source/ui/dlg/SpellDialogChildWindow.cxx')
-rw-r--r--sd/source/ui/dlg/SpellDialogChildWindow.cxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/sd/source/ui/dlg/SpellDialogChildWindow.cxx b/sd/source/ui/dlg/SpellDialogChildWindow.cxx
index 6dc3ae769163..8382cf6a903d 100644
--- a/sd/source/ui/dlg/SpellDialogChildWindow.cxx
+++ b/sd/source/ui/dlg/SpellDialogChildWindow.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SpellDialogChildWindow.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 18:34:37 $
+ * last change: $Author: kz $ $Date: 2006-12-12 16:57:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,13 +62,13 @@ SFX_IMPL_CHILDWINDOW(SpellDialogChildWindow, SID_SPELL_DIALOG)
namespace sd {
SpellDialogChildWindow::SpellDialogChildWindow (
- ::Window* pParent,
+ ::Window* _pParent,
USHORT nId,
SfxBindings* pBindings,
SfxChildWinInfo* pInfo)
- : ::svx::SpellDialogChildWindow (pParent, nId, pBindings, pInfo),
- mbOwnOutliner (false),
- mpSdOutliner (NULL)
+ : ::svx::SpellDialogChildWindow (_pParent, nId, pBindings, pInfo),
+ mpSdOutliner (NULL),
+ mbOwnOutliner (false)
{
ProvideOutliner();
}
@@ -141,7 +141,6 @@ void SpellDialogChildWindow::ApplyChangedSentence (
{
if (mpSdOutliner != NULL)
{
- EditView* pEditView = NULL;
OutlinerView* pOutlinerView = mpSdOutliner->GetView(0);
if (pOutlinerView != NULL)
mpSdOutliner->ApplyChangedSentence (