diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-01-30 11:14:32 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-01-30 11:14:32 +0100 |
commit | 8b58e38b4383f440bdd95285978d5655c80904fb (patch) | |
tree | f2dfd8b7b05af5df57e4c6322fdc0b12f2bf9b30 /offapi | |
parent | b2df899dbb038acfe3c47eef303345ceaf3725b8 (diff) |
Typo: even->event
Change-Id: I8e68aea55a073228f065b0e5331ef1abe66f685e
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/document/DocumentEvent.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/document/DocumentEvent.idl b/offapi/com/sun/star/document/DocumentEvent.idl index 0b54ad20dca8..5e3d00f2d003 100644 --- a/offapi/com/sun/star/document/DocumentEvent.idl +++ b/offapi/com/sun/star/document/DocumentEvent.idl @@ -55,7 +55,7 @@ struct DocumentEvent : ::com::sun::star::lang::EventObject ::com::sun::star::frame::XController2 ViewController; - /** contains supplemental information about the even which is being notified + /** contains supplemental information about the event which is being notified <p>The semantics of this additional information needs to be specified by the broadcaster of the event.</p> |