info/CWS bm3 : Default MID for XFillBitmapItem changed
[email protected] Wed, 21 Sep 2005 13:09:29 +0200 (CEST)
| Newsgroups | gmane.comp.openoffice.announce.interface |
|---|---|
| Message-ID | <9738653.1127300969507.JavaMail.root@sd-web1> |
Type info Title Default MID for XFillBitmapItem changed Posted by [email protected] Affected ,sc,svx Effective from CWS bm3 Summary -MID 0 (or nothing) returns/sets the css::awt::XBitmap +MID 0 (or nothing) returns/sets a sequence with bitmap and name +MID_BITMAP returns/sets the css::awt::XBitmap Description MID 0 returns/sets a uno::Sequence< beans::PropertyValue > with the properties "Name" of type string which contains the internal name (unlike MID_NAME, which contains the API name) "FillBitmapURL" of type string which contains the URL (see MID_GRAFURL) "Bitmap" of type ::com::sun::star::awt::XBitmap which contains the bitmap (see MID_BITMAP, former MID 0) I changed: /svx/source/unodraw/unobtabl.cxx, line 116 (unchanged but checked) /svx/inc/unoshprp.hxx, line 361 /sc/source/filter/excel/XclImpCharts.cxx, line 214 I hope these are the only places, if you know of other places where the default in QueryValue/PutValue was used while expecting an XBitmap rather than the new sequence, please tell me. (It's a bit difficult to grep for a commonly used function usin g a default, i.e. no parameter) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]