| 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 using a default, i.e. no parameter)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
