summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellManager.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:40:43 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 13:40:43 +0000
commit9e8b36d519fbbbd959056c6f9846caa4154cc4f0 (patch)
tree3ef2dcd80b9abb85e9d1e1b3a8f9909bf7593913 /sd/source/ui/view/ViewShellManager.cxx
parentaefcd35fc8cb7350e747ffd6a37c2c96a7f43456 (diff)
INTEGRATION: CWS aw024 (1.12.58); FILE MERGED
2006/09/21 23:44:30 aw 1.12.58.5: RESYNC: (1.15-1.16); FILE MERGED 2006/05/12 20:55:05 aw 1.12.58.4: RESYNC: (1.14-1.15); FILE MERGED 2005/09/17 14:07:41 aw 1.12.58.3: RESYNC: (1.13-1.14); FILE MERGED 2005/07/22 09:43:51 aw 1.12.58.2: RESYNC: (1.12-1.13); FILE MERGED 2005/05/19 12:11:39 aw 1.12.58.1: #i39529#
Diffstat (limited to 'sd/source/ui/view/ViewShellManager.cxx')
-rwxr-xr-xsd/source/ui/view/ViewShellManager.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/ViewShellManager.cxx b/sd/source/ui/view/ViewShellManager.cxx
index 008a7d0892b4..a40112d8137c 100755
--- a/sd/source/ui/view/ViewShellManager.cxx
+++ b/sd/source/ui/view/ViewShellManager.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ViewShellManager.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:34:07 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 14:40:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1426,7 +1426,7 @@ void ViewShellManager::Implementation::Deactivate (SfxShell* pShell)
sd::View* pView = pViewShell->GetView();
if (pView!=NULL && pView->IsTextEdit())
{
- pView->EndTextEdit();
+ pView->SdrEndTextEdit();
pView->UnmarkAll();
pViewShell->GetViewFrame()->GetDispatcher()->Execute(
SID_OBJECT_SELECT,