diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:14:44 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-11-14 12:14:44 +0000 |
commit | 2afa40aad4bbcb59cd6a9a37da9ca0b598ca2ab7 (patch) | |
tree | 0e857ee8e8bf03912bc5f7d4fe6ce045771834cb | |
parent | 54a341243224851c40d63d8548f982e6d16b5e30 (diff) |
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#
-rw-r--r-- | svx/source/dialog/connctrl.cxx | 10 |
1 files 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 <svx/sdr/contact/displayinfo.hxx> #endif +#ifndef _SV_SVAPP_HXX +#include <vcl/svapp.hxx> +#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(); |