diff options
Diffstat (limited to 'offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl')
-rw-r--r-- | offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl b/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl index e8359173d..c25c2a62e 100644 --- a/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl +++ b/offapi/com/sun/star/text/textfield/docinfo/ChangeAuthor.idl @@ -48,11 +48,11 @@ published service ChangeAuthor */ [property]string Author; /** contains the current content of the text field. - <p> This property is escpecially usefull for import/export purposes. </p> + <p> This property is especially useful for import/export purposes. </p> */ [property]string CurrentPresentation; /** If this flag is set to false the author - will be overiden by the current author + will be overridden by the current author each time the document is saved. */ [optional, property] boolean IsFixed; |