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.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl b/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
index 6a69057173a6..d60526586cba 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePickerNotifier.idl
@@ -23,18 +23,14 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/ui/dialogs/XFilePickerListener.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
-//=============================================================================
/** Interface to be implemented in order to support listener management.
*/
published interface XFilePickerNotifier: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** Interface for clients to register as XFilePickerListener
@param xListener
@@ -44,7 +40,6 @@ published interface XFilePickerNotifier: com::sun::star::uno::XInterface
*/
[oneway] void addFilePickerListener( [in] XFilePickerListener xListener );
- //-------------------------------------------------------------------------
/** Interface for clients to unregister as XFilePickerListener.
@param xListener
@@ -55,7 +50,6 @@ published interface XFilePickerNotifier: com::sun::star::uno::XInterface
[oneway] void removeFilePickerListener( [in] XFilePickerListener xListener );
};
-//=============================================================================
}; }; }; }; };