diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 00:51:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 00:51:09 +0000 |
commit | 76e6cb2a24301e1a7f0208359289c7ac48f0cb1f (patch) | |
tree | c6399b5372f3ee060092954b0f5731067f84845d /offapi/com/sun/star/ui | |
parent | 8d9290bb4c6154a711b5ba986b0f117e89f7e75f (diff) |
INTEGRATION: CWS sb18 (1.5.328); FILE MERGED
2004/05/21 15:06:41 sb 1.5.328.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/ui')
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/XFilterManager.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/XFolderPicker.idl | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl index af47c95f9818..2875a17cc4de 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl @@ -2,9 +2,9 @@ * * $RCSfile: XFilterGroupManager.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:58:05 $ + * last change: $Author: obo $ $Date: 2004-06-04 01:50:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,7 +77,7 @@ module com { module sun { module star { module ui { module dialogs { /** Specifies an interface which allows manipulation of groups of filters for the <service>FilePicker</service> service. */ -interface XFilterGroupManager : com::sun::star::uno::XInterface +published interface XFilterGroupManager : com::sun::star::uno::XInterface { /** Appends a group of filters to the current filter list. diff --git a/offapi/com/sun/star/ui/dialogs/XFilterManager.idl b/offapi/com/sun/star/ui/dialogs/XFilterManager.idl index f9a0edc984b4..7211b2ad1d99 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilterManager.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilterManager.idl @@ -2,9 +2,9 @@ * * $RCSfile: XFilterManager.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:58:05 $ + * last change: $Author: obo $ $Date: 2004-06-04 01:50:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ module com { module sun { module star { module ui { module dialogs { /** Specifies a filter manager interface for a FilePicker */ -interface XFilterManager: com::sun::star::uno::XInterface +published interface XFilterManager: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl b/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl index e4a6b53bf209..a0f16abe1b90 100644 --- a/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl +++ b/offapi/com/sun/star/ui/dialogs/XFolderPicker.idl @@ -2,9 +2,9 @@ * * $RCSfile: XFolderPicker.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-26 13:58:05 $ + * last change: $Author: obo $ $Date: 2004-06-04 01:51:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ module com { module sun { module star { module ui { module dialogs { /** Specifies a FolderPicker interface. */ -interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialog +published interface XFolderPicker: com::sun::star::ui::dialogs::XExecutableDialog { //------------------------------------------------------------------------- /** Sets the root directory that the FolderPicker should display. |