summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellManager.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-07-14 09:45:55 +0000
committerKurt Zenker <kz@openoffice.org>2005-07-14 09:45:55 +0000
commit4e892325fe884538a19cfc4ccae14ede3fcbebf9 (patch)
treec040f5483a4bcdb17de8f6f55a877e0590a9f91a /sd/source/ui/view/ViewShellManager.cxx
parentac5731e442e222d09d78e31905c8a165ad68d589 (diff)
INTEGRATION: CWS impress61 (1.12.94); FILE MERGED
2005/06/28 14:23:28 cl 1.12.94.1: #i48778# call non virtuel EndTextEdit on sd::View and not SdrView
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 47392219d19f..9aa7c18e9be2 100755
--- a/sd/source/ui/view/ViewShellManager.cxx
+++ b/sd/source/ui/view/ViewShellManager.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ViewShellManager.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2005-03-23 09:08:47 $
+ * last change: $Author: kz $ $Date: 2005-07-14 10:45:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -951,7 +951,7 @@ void ViewShellManager::Implementation::Deactivate (SfxShell* pShell)
ViewShell* pViewShell = dynamic_cast<ViewShell*>(pShell);
if (pViewShell != NULL)
{
- SdrView* pView = pViewShell->GetView();
+ sd::View* pView = pViewShell->GetView();
if (pView!=NULL && pView->IsTextEdit())
{
pView->EndTextEdit();