From 6e5980a93b781b21240474e43b1086e9cddb2026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Mon, 24 Nov 2003 16:18:40 +0000 Subject: [PATCH] INTEGRATION: CWS aw003 (1.11.24); FILE MERGED 2003/11/04 17:06:14 aw 1.11.24.2: RESYNC: (1.11-1.12); FILE MERGED 2003/06/06 13:05:46 aw 1.11.24.1: #109820# 2nd run of changes for ItemSet isolation --- sd/source/ui/view/drviewsb.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sd/source/ui/view/drviewsb.cxx b/sd/source/ui/view/drviewsb.cxx index 1b80eb03880e..82d39f8dea31 100644 --- a/sd/source/ui/view/drviewsb.cxx +++ b/sd/source/ui/view/drviewsb.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drviewsb.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2003-10-06 15:26:54 $ + * last change: $Author: rt $ $Date: 2003-11-24 17:18:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -619,7 +619,7 @@ void SdDrawViewShell::FuTemp02(SfxRequest& rReq) OutlinerParaObject* pOutlParaObject = pOutl->CreateParaObject(); SdrRectObj* pRectObj = new SdrRectObj( OBJ_TEXT ); - pRectObj->SetItem(SdrTextAutoGrowWidthItem(TRUE)); + pRectObj->SetMergedItem(SdrTextAutoGrowWidthItem(TRUE)); pOutl->UpdateFields(); pOutl->SetUpdateMode( TRUE );