summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/DocumentEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/document/DocumentEvent.idl')
-rw-r--r--offapi/com/sun/star/document/DocumentEvent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/DocumentEvent.idl b/offapi/com/sun/star/document/DocumentEvent.idl
index 710789e35d63..98bd92d1e1a3 100644
--- a/offapi/com/sun/star/document/DocumentEvent.idl
+++ b/offapi/com/sun/star/document/DocumentEvent.idl
@@ -27,7 +27,7 @@
module com { module sun { module star { module document {
-/** describes an event happening in an <type>OfficeDocument</type>
+/** describes an event happening in an OfficeDocument
<p>The <member scope="com::sun::star::lang">EventObject::Source</member> member
of the base type refers to the document which broadcasts the event.</p>
@@ -42,7 +42,7 @@ struct DocumentEvent : ::com::sun::star::lang::EventObject
{
/** specifies the name of the event.
- <p>It's the responsibility of the component supporting the <type>XDocumentEventBroadcaster</type>
+ <p>It's the responsibility of the component supporting the XDocumentEventBroadcaster
interface to specify which events it supports.</p>
*/
string EventName;