summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl b/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
index 811a28f70af1..6cdc94918788 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePickerControlAccess.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/ui/dialogs/XFilePicker.idl>
-//=============================================================================
module com { module sun { module star { module ui { module dialogs {
-//=============================================================================
/** Provides access to the controls of a FilePicker.
<p> A FilePicker may contain additional elements according to the needs
@@ -47,7 +45,6 @@ module com { module sun { module star { module ui { module dialogs {
published interface XFilePickerControlAccess: com::sun::star::ui::dialogs::XFilePicker
{
-//-------------------------------------------------------------------------
/** Set the value of an additional element within a FilePicker.
@param ControlId
@@ -71,7 +68,6 @@ published interface XFilePickerControlAccess: com::sun::star::ui::dialogs::XFile
*/
void setValue( [in] short aControlId, [in] short aControlAction, [in] any aValue );
-//-------------------------------------------------------------------------
/** Get the value of an additional element within a FilePicker
@param aControlId
@@ -96,7 +92,6 @@ void setValue( [in] short aControlId, [in] short aControlAction, [in] any aValue
*/
any getValue( [in] short aControlId, [in] short aControlAction );
-//-------------------------------------------------------------------------
/** Set the label of the specified element. If the specified element
doesn't support setting a label, this method has no effect.
@@ -111,7 +106,6 @@ any getValue( [in] short aControlId, [in] short aControlAction );
*/
void setLabel( [in] short aControlId, [in] string aLabel );
-//-------------------------------------------------------------------------
/** Returns the label of the specified element.
@param aControlId
@@ -127,7 +121,6 @@ void setLabel( [in] short aControlId, [in] string aLabel );
*/
string getLabel( [in] short aControlId );
-//-------------------------------------------------------------------------
/** Enables or disables a control.
@param ControlId
@@ -143,7 +136,6 @@ string getLabel( [in] short aControlId );
void enableControl( [in] short aControlId, [in] boolean bEnable );
};
-//=============================================================================
}; }; }; }; };