summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl b/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
index 2a12e08f011e..9c20dc932dad 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
@@ -34,8 +34,8 @@ published interface XFilePickerNotifier: com::sun::star::uno::XInterface
/** Interface for clients to register as XFilePickerListener
@param xListener
- The <type>XFilePickerListener</type> interface of the listener that
- wants to receive events of type <type>FilePickerEvent</type>.
+ The XFilePickerListener interface of the listener that
+ wants to receive events of type FilePickerEvent.
<p>Invalid interfaces or NULL values will be ignored.</p>
*/
void addFilePickerListener( [in] XFilePickerListener xListener );
@@ -43,8 +43,8 @@ published interface XFilePickerNotifier: com::sun::star::uno::XInterface
/** Interface for clients to unregister as XFilePickerListener.
@param xListener
- The <type>XFilePickerListener</type> interface of the listener that
- wants to receive events of type <type>FilePickerEvent</type>.
+ The XFilePickerListener interface of the listener that
+ wants to receive events of type FilePickerEvent.
<p>Invalid interfaces or NULL values will be ignored.</p>
*/
void removeFilePickerListener( [in] XFilePickerListener xListener );