summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/SpellDialogChildWindow.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-03 14:41:15 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-03 14:41:15 +0000
commit047765da8a8d06995accc8570adf7966dde35bba (patch)
treede3d66add7fe5e330f1be6e28e40c59634af1987 /sd/source/ui/dlg/SpellDialogChildWindow.cxx
parent071506efac424ae536f9c967cd5b2a845831906c (diff)
INTEGRATION: CWS components1 (1.3.232); FILE MERGED
2007/01/25 14:17:28 af 1.3.232.3: RESYNC: (1.4-1.5); FILE MERGED 2006/09/25 16:56:56 af 1.3.232.2: RESYNC: (1.3-1.4); FILE MERGED 2006/08/22 09:38:16 af 1.3.232.1: #i68075# Adaption to change of signature of ViewShellBase::Get(Main)ViewShell().
Diffstat (limited to 'sd/source/ui/dlg/SpellDialogChildWindow.cxx')
-rw-r--r--sd/source/ui/dlg/SpellDialogChildWindow.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/SpellDialogChildWindow.cxx b/sd/source/ui/dlg/SpellDialogChildWindow.cxx
index 8382cf6a903d..4c11a4f0c1f6 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 16:57:43 $
+ * last change: $Author: rt $ $Date: 2007-04-03 15:41:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -177,7 +177,7 @@ void SpellDialogChildWindow::ProvideOutliner (void)
if (pViewShellBase != NULL)
{
- ViewShell* pViewShell = pViewShellBase->GetMainViewShell();
+ ViewShell* pViewShell = pViewShellBase->GetMainViewShell().get();
// If there already exists an outliner that has been created
// for another view shell then destroy it first.
if (mpSdOutliner != NULL)