summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/sdview5.cxx
diff options
context:
space:
mode:
authorpw <pw@openoffice.org>2000-10-12 10:45:25 +0000
committerpw <pw@openoffice.org>2000-10-12 10:45:25 +0000
commit2070c7f3a568c0d41e18ef9c2da3a52a3d424650 (patch)
treed3bc5907f01674df3d004515b5c5e583ba733c58 /sd/source/ui/view/sdview5.cxx
parent#79429#: must changes (SfxOptions removed) (diff)
downloadcore-2070c7f3a568c0d41e18ef9c2da3a52a3d424650.tar.gz
core-2070c7f3a568c0d41e18ef9c2da3a52a3d424650.zip
#79317# Create new Fillstyle items with valid name
Diffstat (limited to 'sd/source/ui/view/sdview5.cxx')
-rw-r--r--sd/source/ui/view/sdview5.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/sdview5.cxx b/sd/source/ui/view/sdview5.cxx
index 1f7914298db4..a8b8ac1ef7d1 100644
--- a/sd/source/ui/view/sdview5.cxx
+++ b/sd/source/ui/view/sdview5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdview5.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:44 $
+ * last change: $Author: pw $ $Date: 2000-10-12 11:42:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -228,7 +228,7 @@ SdrGrafObj* SdView::InsertGraphic(const Graphic& rGraphic, DropAction& rAction,
XOBitmap aXOBitmap( rGraphic.GetBitmap() );
SfxItemSet aSet(pDocSh->GetPool(), XATTR_FILLSTYLE, XATTR_FILLBITMAP);
aSet.Put(XFillStyleItem(XFILL_BITMAP));
- aSet.Put(XFillBitmapItem(String(), aXOBitmap));
+ aSet.Put(XFillBitmapItem(&pDocSh->GetPool(), aXOBitmap));
pPickObj->SetAttributes(aSet, FALSE);
}
}