diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-10-26 07:49:29 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-10-26 07:49:29 +0000 |
commit | 9c91bb1f83ffa31d91ee1107683b26c1619c9ec4 (patch) | |
tree | 1bd1a67833ab5fd43da65115449f001eb9813b66 | |
parent | fb8b533ad7ae44a4eaa846bb9216466b1530038d (diff) |
#92988# +property HelpURL
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/FilePicker.idl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/FilePicker.idl b/offapi/com/sun/star/ui/dialogs/FilePicker.idl index 968b30f678ac..5514b0ede1ce 100644 --- a/offapi/com/sun/star/ui/dialogs/FilePicker.idl +++ b/offapi/com/sun/star/ui/dialogs/FilePicker.idl @@ -2,9 +2,9 @@ * * $RCSfile: FilePicker.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tra $ $Date: 2001-10-16 14:05:49 $ + * last change: $Author: fs $ $Date: 2001-10-26 08:49:29 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,6 +104,11 @@ interface XFilterGroupManager; service FilePicker { //------------------------------------------------------------------------- + /** allows to associate a help URL with the file picker instance. + */ + [optional, property] string HelpURL; + + //------------------------------------------------------------------------- /** Provides access to the basic FilePicker functionality. @see XFilePicker |