From 2afa40aad4bbcb59cd6a9a37da9ca0b598ca2ab7 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 14 Nov 2006 12:14:44 +0000 Subject: INTEGRATION: CWS aw024 (1.6.138); FILE MERGED 2006/09/21 18:15:18 aw 1.6.138.5: RESYNC: (1.9-1.10); FILE MERGED 2006/08/03 15:10:47 aw 1.6.138.4: RESYNC: (1.8-1.9); FILE MERGED 2006/07/04 12:07:22 aw 1.6.138.3: RESYNC: (1.7-1.8); FILE MERGED 2005/09/18 02:08:22 aw 1.6.138.2: RESYNC: (1.6-1.7); FILE MERGED 2005/05/19 12:31:08 aw 1.6.138.1: #i39529# --- svx/source/dialog/connctrl.cxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/svx/source/dialog/connctrl.cxx b/svx/source/dialog/connctrl.cxx index 4cf1d4723378..b2e6d3432d87 100644 --- a/svx/source/dialog/connctrl.cxx +++ b/svx/source/dialog/connctrl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: connctrl.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-17 04:12:21 $ + * last change: $Author: ihi $ $Date: 2006-11-14 13:14:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -66,6 +66,10 @@ #include #endif +#ifndef _SV_SVAPP_HXX +#include +#endif + /************************************************************************* |* |* Ctor SvxXConnectionPreview @@ -169,7 +173,7 @@ void SvxXConnectionPreview::Construct() // Groesse anpassen if( pObjList ) { - OutputDevice* pOD = pView->GetWin( 0 ); + OutputDevice* pOD = pView->GetFirstOutputDevice(); // GetWin( 0 ); Rectangle aRect = pObjList->GetAllObjBoundRect(); MapMode aMapMode = GetMapMode(); -- cgit