summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-11-24 15:52:00 +0000
committerRüdiger Timm <rt@openoffice.org>2003-11-24 15:52:00 +0000
commit86e7a31752c88cf2f00ec8caa81762c472f094cb (patch)
tree9e3da3385a795a922370a1164f0510eb455acaff /svx/source
parent1da4e66b4f9d63ec67f3341ec72db10002d1f0f7 (diff)
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
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/svdraw/impgrfll.cxx6
1 files changed, 3 insertions, 3 deletions
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 ) );