summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ui
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-09-03 12:36:47 +0000
committerFrank Schönheit <fs@openoffice.org>2002-09-03 12:36:47 +0000
commit13c10f97c53e1d1eb5ad1b6e7e47982f931d7120 (patch)
tree578aec0b5c69a654b953c94d146f4b1024d2dde3 /offapi/com/sun/star/ui
parent4aa141b914f9c314dbc482eb58cc9cd872d64a68 (diff)
#96930# update the doc
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r--offapi/com/sun/star/ui/dialogs/FolderPicker.idl17
1 files changed, 7 insertions, 10 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/FolderPicker.idl b/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
index 608de713fa54..5588842b34ad 100644
--- a/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/FolderPicker.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: FolderPicker.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tra $ $Date: 2002-07-12 13:11:27 $
+ * last change: $Author: fs $ $Date: 2002-09-03 13:36:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -127,15 +127,12 @@ service FolderPicker
/** Use this interface to query for or modify the properties of the
supported controls.
- The following controls and control properties are currently supported:
+ <p>For a list of commonly used control names and control properties, please
+ have a look at the <type>FilePicker</type> documentation.</p>
- Control name Control
- property Value type Description
- ---------------------------------------------------------------------------------
- "HelpButton" "State" boolean Enable the button with a value
- of true, disable the button
- with a value of false
- */
+ @see FilePicker
+
+ */
[optional] interface com::sun::star::ui::dialogs::XControlAccess;
};