From 8da7647374b82b1da3190eb296ac70cb50133985 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 3 Jun 2004 21:20:16 +0000 Subject: INTEGRATION: CWS sb18 (1.4.406); FILE MERGED 2004/05/21 15:02:28 sb 1.4.406.1: #i21150# Added published flag. --- offapi/com/sun/star/setup/DeleteFolderItemAction.idl | 6 +++--- offapi/com/sun/star/setup/DownloadAction.idl | 6 +++--- offapi/com/sun/star/setup/FontAction.idl | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/offapi/com/sun/star/setup/DeleteFolderItemAction.idl b/offapi/com/sun/star/setup/DeleteFolderItemAction.idl index c64dbd48d3d6..fbc6f95d08ae 100644 --- a/offapi/com/sun/star/setup/DeleteFolderItemAction.idl +++ b/offapi/com/sun/star/setup/DeleteFolderItemAction.idl @@ -2,9 +2,9 @@ * * $RCSfile: DeleteFolderItemAction.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:31 $ + * last change: $Author: obo $ $Date: 2004-06-03 22:19:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,7 @@ module com { module sun { module star { module setup { /// @deprecated -struct DeleteFolderItemAction: BaseAction +published struct DeleteFolderItemAction: BaseAction { // DocMerge: empty anyway string strFoldername; diff --git a/offapi/com/sun/star/setup/DownloadAction.idl b/offapi/com/sun/star/setup/DownloadAction.idl index 197c146e5e54..c1690b762cd8 100644 --- a/offapi/com/sun/star/setup/DownloadAction.idl +++ b/offapi/com/sun/star/setup/DownloadAction.idl @@ -2,9 +2,9 @@ * * $RCSfile: DownloadAction.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:32 $ + * last change: $Author: obo $ $Date: 2004-06-03 22:20:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,7 @@ module com { module sun { module star { module setup { /// @deprecated -struct DownloadAction: BaseAction +published struct DownloadAction: BaseAction { // DocMerge: empty anyway string strFilename; diff --git a/offapi/com/sun/star/setup/FontAction.idl b/offapi/com/sun/star/setup/FontAction.idl index 4c8ed1df2576..09493860328f 100644 --- a/offapi/com/sun/star/setup/FontAction.idl +++ b/offapi/com/sun/star/setup/FontAction.idl @@ -2,9 +2,9 @@ * * $RCSfile: FontAction.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:32 $ + * last change: $Author: obo $ $Date: 2004-06-03 22:20:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,7 @@ module com { module sun { module star { module setup { /// @deprecated -struct FontAction: BaseAction +published struct FontAction: BaseAction { // DocMerge: empty anyway string strFontFilename; -- cgit