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
This commit is contained in:
parent
8ffd6534d9
commit
6e5980a93b
1 changed files with 3 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue