summaryrefslogtreecommitdiff
path: root/sd/source/filter/cgm
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-11-24 16:08:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-11-24 16:08:44 +0000
commitd4439c5f158285a1c6f0837f15ad5ea98a32c56a (patch)
tree7f9713b11eef3293bac474b092ea6f59b2230321 /sd/source/filter/cgm
parentcbac31498353af8545137483b60c31c09225f004 (diff)
INTEGRATION: CWS aw003 (1.2.144); FILE MERGED
2003/06/06 13:05:32 aw 1.2.144.1: #109820# 2nd run of changes for ItemSet isolation
Diffstat (limited to 'sd/source/filter/cgm')
-rw-r--r--sd/source/filter/cgm/sdcgmfilter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/cgm/sdcgmfilter.cxx b/sd/source/filter/cgm/sdcgmfilter.cxx
index bde5bbd91c63..3d5dbe6f5844 100644
--- a/sd/source/filter/cgm/sdcgmfilter.cxx
+++ b/sd/source/filter/cgm/sdcgmfilter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdcgmfilter.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ka $ $Date: 2001-07-30 15:30:27 $
+ * last change: $Author: rt $ $Date: 2003-11-24 17:08:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -151,7 +151,7 @@ sal_Bool SdCGMFilter::Import()
aSet.Put( XFillColorItem( String(), aColor ) );
aSet.Put( XFillStyleItem( XFILL_SOLID ) );
- pObj->SetItemSetAndBroadcast( aSet );
+ pObj->SetMergedItemSetAndBroadcast( aSet );
}
}
}