| Type | required |
| Title | Changes to PropertySetMixin |
| Posted by | [EMAIL PROTECTED] |
| Affected | [EMAIL PROTECTED], |
| Effective from | CWS skeletonmaker |
Summary
cppuhelper/propertysetmixin.hxx
com.sun.star.lib.uno.helper.PropertySetMixin.java
Description
On SRC680 CWS skeletonmaker, the C++ and Java PropertySetMixins are
moved from comphelper to cppuhelper and from
com.sun.star.lib.uno.helper.draft to com.sun.star.lib.uno.helper,
respectively. In addition, the following three changes are made to
both of them:
- The additional constructor argument absentOptional lists those optional
properties that are not present, and should thus not be visible via
com.sun.star.beans.XPropertySet.getPropertySetInfo.
- To better integrate with our existing body of code, prepareSet has been
changed to take both oldValue and newValue, although those values are
rather
useless unless the given property is constrained.
- The numbering of the property Handles has been fixed.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
