diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-02-05 10:44:12 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-02-18 11:06:27 +0000 |
commit | 29b9df16dfbf17bbe9c46cd268849e6bfa97c84d (patch) | |
tree | 8ec29a7fad837e70671fe282afc0155f271d277b /offapi/com/sun/star | |
parent | 77d329a90f5c4ba22883b0756af112d8ebdf2599 (diff) |
[API CHANGE] add Author Initials to XAnnotation
and use the users preferred initials for impress annotations
i.e. the ones entered in the tools->options
and save and load those to/from odf similarly to
what we do for writer annotation initials
Change-Id: Iadc0e994bfaf58632ce25b8f7cdc737580ee97bc
Reviewed-on: https://gerrit.libreoffice.org/22143
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'offapi/com/sun/star')
-rw-r--r-- | offapi/com/sun/star/office/XAnnotation.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/com/sun/star/office/XAnnotation.idl b/offapi/com/sun/star/office/XAnnotation.idl index da3a235ce48c..d305743f255c 100644 --- a/offapi/com/sun/star/office/XAnnotation.idl +++ b/offapi/com/sun/star/office/XAnnotation.idl @@ -58,6 +58,9 @@ interface XAnnotation /** stores the full name of the author who created this annotation. */ [attribute] string Author; + /** stores the initials of the author who created this annotation. */ + [attribute] string Initials; + /** stores the date and time this annotation was last edited. */ [attribute] ::com::sun::star::util::DateTime DateTime; |