CWS-TOOLING: integrate CWS sdk330
This commit is contained in:
commit
92e5a45bfa
3 changed files with 10 additions and 4 deletions
|
@ -52,7 +52,7 @@ published service RedlinePortion
|
|||
/** contains the name of the author of the change.*/
|
||||
[readonly, property] string RedlineAuthor;
|
||||
/** contains the date and time of the change.*/
|
||||
[readonly, property] com::sun::star::util::DateTime RedlineDataTime;
|
||||
[readonly, property] com::sun::star::util::DateTime RedlineDateTime;
|
||||
/** contains a comment for the change.*/
|
||||
[readonly, property] string RedlineComment;
|
||||
/** contains the type of the change
|
||||
|
@ -70,7 +70,7 @@ published service RedlinePortion
|
|||
<p> The elements of the sequence are:</p>
|
||||
<UL>
|
||||
<LI><P>string RedlineAuthor; </P>
|
||||
<LI><P>com::sun::star::util::DateTime RedlineDataTime; </P>
|
||||
<LI><P>com::sun::star::util::DateTime RedlineDateTime; </P>
|
||||
<LI><P>string RedlineComment; </P>
|
||||
<LI><P>string RedlineType; </P>
|
||||
</UL>
|
||||
|
|
|
@ -141,10 +141,16 @@
|
|||
to maybevoid and deprecate. They should be removed in a future version. The
|
||||
implementation will never return them.
|
||||
|
||||
25/02/09 (MST, JSC): TaskID=i96209
|
||||
02/25/09 (MST, JSC): TaskID=i96209
|
||||
rename module css.text.FieldMaster to css.text.fieldmaster.
|
||||
the implementation handles both variants.
|
||||
|
||||
15/05/09 (MST, JSC): TaskID=i101965
|
||||
05/15/09 (MST, JSC): TaskID=i101965
|
||||
fix read-only status of properties of css.text.TextPortion
|
||||
|
||||
02/12/10 (JSC): TaskID=i107712, i107695
|
||||
correct typo in com.sun.star.text.RedlinePortion. Property
|
||||
RedLineDataTime have to be RedlineDateTime.
|
||||
Update reference type library with the version of OOo 3.2. The new
|
||||
reference type library is taken from the release source tree OOO320 m12.
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue