summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-07-16 12:17:44 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-07-16 12:17:44 +0000
commit4ae58f317f917952c523a9697531485ae83b472c (patch)
tree6141cd739b3b38eb970aa959518fafac6d5be360 /sd/source/ui/dlg/SpellDialogChildWindow.cxx
parent7243afd70d0c3cc1fc210db8d001531a5908981d (diff)
INTEGRATION: CWS tl55 (1.7.62); FILE MERGED
2008/06/24 08:34:16 os 1.7.62.1: #i85999# grammar checking
Diffstat (limited to 'sd/source/ui/dlg/SpellDialogChildWindow.cxx')
-rw-r--r--sd/source/ui/dlg/SpellDialogChildWindow.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/SpellDialogChildWindow.cxx b/sd/source/ui/dlg/SpellDialogChildWindow.cxx
index 2dd4d00bf2de..046e36688718 100644
--- a/sd/source/ui/dlg/SpellDialogChildWindow.cxx
+++ b/sd/source/ui/dlg/SpellDialogChildWindow.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SpellDialogChildWindow.cxx,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -136,7 +136,7 @@ void SpellDialogChildWindow::ApplyChangedSentence (
if (pOutlinerView != NULL)
mpSdOutliner->ApplyChangedSentence (
pOutlinerView->GetEditView(),
- rChanged);
+ rChanged, false);
}
}