summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl b/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
index e77b5c0b8a06..5b25fabbef33 100644
--- a/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
+++ b/offapi/com/sun/star/ui/dialogs/DialogClosedEvent.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module ui { module dialogs {
<p>The broadcaster who sends such event, must send the dialog as the source.</p>
- @see <type>com::sun::star::lang::EventObject</type>
+ @see com::sun::star::lang::EventObject
*/
struct DialogClosedEvent: com::sun::star::lang::EventObject
{
@@ -38,7 +38,7 @@ struct DialogClosedEvent: com::sun::star::lang::EventObject
@param DialogResult
Identifies the result of a dialog.
- @see <type>ExecutableDialogResults</type>
+ @see ExecutableDialogResults
*/
short DialogResult;
};