summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-07-13 17:52:04 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-16 09:52:04 +0200
commit36270776a68c0cd0f472ebd7124c93d7936caf04 (patch)
tree3dc2ab9f300977e37dbc4980efbe38efabaa828d /offapi
parent720e2906921ed10d9d8ec62a0121813fac9c622a (diff)
SwPostItField: added aInitials member
Change-Id: I9cc8dcd2c8e1d9074b58195d37289a9b4cfe43cf
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/textfield/Annotation.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/textfield/Annotation.idl b/offapi/com/sun/star/text/textfield/Annotation.idl
index 399b9986cc08..db9d7e230265 100644
--- a/offapi/com/sun/star/text/textfield/Annotation.idl
+++ b/offapi/com/sun/star/text/textfield/Annotation.idl
@@ -38,6 +38,11 @@ published service Annotation
/** contains the name of the author of the annotation.
*/
[property]string Author;
+ /** contains the initials of the author of the annotation.
+
+ @since LibreOffice 3.7
+ */
+ [optional, property]string Initials;
/** contains the annotation's content
*/
[property]string Content;