From 86e7a31752c88cf2f00ec8caa81762c472f094cb Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 24 Nov 2003 15:52:00 +0000 Subject: INTEGRATION: CWS aw003 (1.1.190); FILE MERGED 2003/11/04 16:53:16 aw 1.1.190.2: RESYNC: (1.1-1.2); FILE MERGED 2003/06/06 12:59:30 aw 1.1.190.1: #109820# 2nd run of changes for ItemSet isolation --- svx/source/svdraw/impgrfll.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source') diff --git a/svx/source/svdraw/impgrfll.cxx b/svx/source/svdraw/impgrfll.cxx index 239a8e74ef4a..a0798ba712f0 100644 --- a/svx/source/svdraw/impgrfll.cxx +++ b/svx/source/svdraw/impgrfll.cxx @@ -2,9 +2,9 @@ * * $RCSfile: impgrfll.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-10-06 18:39:14 $ + * last change: $Author: rt $ $Date: 2003-11-24 16:52:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,7 +117,7 @@ ImpGraphicFill::ImpGraphicFill( const SdrObject& rObj, mrXOut( rXOut ), mbCommentWritten( false ) { - const SfxItemSet& rSet = rObj.GetItemSet(); + const SfxItemSet& rSet = rObj.GetMergedItemSet(); XFillStyle eFillStyle( ITEMVALUE( rFillItemSet, XATTR_FILLSTYLE, XFillStyleItem ) ); XGradient aGradient( ITEMVALUE( rFillItemSet, XATTR_FILLGRADIENT, XFillGradientItem ) ); XHatch aHatch( ITEMVALUE( rFillItemSet, XATTR_FILLHATCH, XFillHatchItem ) ); -- cgit