diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-07-19 13:28:30 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-07-20 15:20:50 +0200 |
commit | b11e923a50ca532016fc0802e1d2dfa53efa0679 (patch) | |
tree | 7fe246e47f1463b851b794928d75f985960dec02 /offapi | |
parent | 9931d736edfedb9b82a270d754f1ee8a2b134ec7 (diff) |
SwPostItField: add aName member
To handle roundtrip of office:name in ODF.
Change-Id: I35dab189f7b9b8191ca92c647332e2271d4806f9
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; |