diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/textfield/Annotation.idl | 5 |
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 db9d7e230265..d21432479519 100644 --- a/offapi/com/sun/star/text/textfield/Annotation.idl +++ b/offapi/com/sun/star/text/textfield/Annotation.idl @@ -43,6 +43,11 @@ published service Annotation @since LibreOffice 3.7 */ [optional, property]string Initials; + /** contains the name of the annotation. + + @since LibreOffice 3.7 + */ + [optional, property]string Name; /** contains the annotation's content */ [property]string Content; |