diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-11-24 16:18:40 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-11-24 16:18:40 +0000 |
commit | 6e5980a93b781b21240474e43b1086e9cddb2026 (patch) | |
tree | aca456d6dba46cbb030525c827febdcb4026e4cf /sd/source/ui/view/drviewsb.cxx | |
parent | 8ffd6534d975e7b363a579b2c57a7789c0a113c1 (diff) |
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
Diffstat (limited to 'sd/source/ui/view/drviewsb.cxx')
-rw-r--r-- | sd/source/ui/view/drviewsb.cxx | 6 |
1 files 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 ); |