summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl b/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
index 399a158a8b84..75f3eb44cf34 100644
--- a/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
+++ b/offapi/com/sun/star/ui/dialogs/XDialogClosedListener.idl
@@ -28,10 +28,10 @@ module com { module sun { module star { module ui { module dialogs {
/** Used to notify listeners about dialog-closed events.
<p>Registered listeners will be notified with a
- <type>DialogClosedEvent</type> when a <type>XAsynchronousExecutableDialog</type> is closed.</p>
+ DialogClosedEvent when a XAsynchronousExecutableDialog is closed.</p>
- @see <type>XAsynchronousExecutableDialog</type>
- @see <type>DialogClosedEvent</type>
+ @see XAsynchronousExecutableDialog
+ @see DialogClosedEvent
*/
@@ -40,9 +40,9 @@ interface XDialogClosedListener: com::sun::star::lang::XEventListener
/** A client receives this event if a dialog is closed.
@param aEvent
- of type <type>DialogClosedEvent</type> that describes the event
+ of type DialogClosedEvent that describes the event
- @see <type>EndDialogEvent</type>
+ @see EndDialogEvent
*/
void dialogClosed( [in] DialogClosedEvent aEvent );
};