From 5915a6ac184c26343e37243692d36d94eac79fe3 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 28 Jan 2008 13:57:15 +0000 Subject: [PATCH] INTEGRATION: CWS impress136_SRC680 (1.32.148); FILE MERGED 2007/12/05 12:40:15 af 1.32.148.1: #i73681# Replaced SVXIMAPDLG macro with ViewShell::Implementation::GetImageMapDialog() method. --- sd/source/ui/view/drviewsc.cxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx index ea1224417751..03b5cff0f191 100644 --- a/sd/source/ui/view/drviewsc.cxx +++ b/sd/source/ui/view/drviewsc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: drviewsc.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: rt $ $Date: 2007-04-26 08:40:24 $ + * last change: $Author: vg $ $Date: 2008-01-28 14:57:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #include "precompiled_sd.hxx" #include "DrawViewShell.hxx" - +#include "ViewShellImplementation.hxx" #ifndef _SV_WAITOBJ_HXX #include #endif @@ -643,7 +643,8 @@ void DrawViewShell::FuTemp03(SfxRequest& rReq) GetViewFrame()->ToggleChildWindow( nId ); GetViewFrame()->GetBindings().Invalidate( SID_IMAP ); - if ( GetViewFrame()->HasChildWindow( nId ) && ( ( pDlg = SVXIMAPDLG() ) != NULL ) ) + if ( GetViewFrame()->HasChildWindow( nId ) + && ( ( pDlg = ViewShell::Implementation::GetImageMapDialog() ) != NULL ) ) { const SdrMarkList& rMarkList = mpDrawView->GetMarkedObjectList();