From 71b45e713f2426a70538e2620ee21fa18d82cc89 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 15:56:57 +0000 Subject: INTEGRATION: CWS pchfix04 (1.10.22); FILE MERGED 2007/04/26 04:39:18 hjs 1.10.22.3: RESYNC: (1.10-1.11); FILE MERGED 2007/02/06 07:03:28 os 1.10.22.2: #i73604# eeitemid.hxx removed 2007/02/05 08:35:31 os 1.10.22.1: #i73604# usage of ITEMID_* removed --- sc/source/ui/drawfunc/fuconcustomshape.cxx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/drawfunc/fuconcustomshape.cxx b/sc/source/ui/drawfunc/fuconcustomshape.cxx index 92308c031455..6a0ec63ad8d5 100644 --- a/sc/source/ui/drawfunc/fuconcustomshape.cxx +++ b/sc/source/ui/drawfunc/fuconcustomshape.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fuconcustomshape.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2007-02-27 13:11:17 $ + * last change: $Author: kz $ $Date: 2007-05-10 16:56:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -73,9 +73,6 @@ #include "tabvwsh.hxx" #include "sc.hrc" -#ifndef _EEITEMID_HXX -#include -#endif #ifndef _SVX_ADJITEM_HXX #include #endif @@ -307,7 +304,7 @@ void FuConstCustomShape::SetAttributes( SdrObject* pObj ) } if ( !bAttributesAppliedFromGallery ) { - pObj->SetMergedItem( SvxAdjustItem( SVX_ADJUST_CENTER ) ); + pObj->SetMergedItem( SvxAdjustItem( SVX_ADJUST_CENTER, 0 ) ); pObj->SetMergedItem( SdrTextVertAdjustItem( SDRTEXTVERTADJUST_CENTER ) ); pObj->SetMergedItem( SdrTextHorzAdjustItem( SDRTEXTHORZADJUST_BLOCK ) ); pObj->SetMergedItem( SdrTextAutoGrowHeightItem( sal_False ) ); -- cgit v1.2.3