From 36270776a68c0cd0f472ebd7124c93d7936caf04 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 13 Jul 2012 17:52:04 +0200 Subject: SwPostItField: added aInitials member Change-Id: I9cc8dcd2c8e1d9074b58195d37289a9b4cfe43cf --- offapi/com/sun/star/text/textfield/Annotation.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'offapi') 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; -- cgit