From 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 26 Jan 2012 18:37:06 +0100 Subject: Revert publishing of lots of UNO types. See issue i#117329 This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c. This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5. This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78. This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a. This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f. This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8. Conflicts: offapi/com/sun/star/drawing/XSlidePreviewCache.idl offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl offapi/com/sun/star/rendering/FontInfo.idl offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl offapi/com/sun/star/rendering/XColorSpace.idl offapi/com/sun/star/report/XFixedLine.idl offapi/com/sun/star/report/XFixedText.idl offapi/com/sun/star/report/XFormattedField.idl offapi/com/sun/star/report/XFunctionsSupplier.idl offapi/com/sun/star/report/XImageControl.idl offapi/com/sun/star/report/XReportControlFormat.idl offapi/com/sun/star/report/XReportDefinition.idl offapi/com/sun/star/xml/crypto/SEInitializer.idl --- udkapi/com/sun/star/beans/Ambiguous.idl | 2 +- udkapi/com/sun/star/beans/Defaulted.idl | 2 +- udkapi/com/sun/star/beans/Optional.idl | 2 +- udkapi/com/sun/star/beans/Pair.idl | 2 +- udkapi/com/sun/star/io/TempFile.idl | 2 +- udkapi/com/sun/star/io/XTempFile.idl | 2 +- udkapi/com/sun/star/script/ArrayWrapper.idl | 2 +- udkapi/com/sun/star/task/XInteractionHandler2.idl | 4 +--- 8 files changed, 8 insertions(+), 10 deletions(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/beans/Ambiguous.idl b/udkapi/com/sun/star/beans/Ambiguous.idl index c21425f3737c..be41beea8d69 100644 --- a/udkapi/com/sun/star/beans/Ambiguous.idl +++ b/udkapi/com/sun/star/beans/Ambiguous.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module beans { have the PropertyAttribute::MAYBEAMBIGUOUS.

*/ -published struct Ambiguous { +struct Ambiguous { /** The underlying value of this structure instance. diff --git a/udkapi/com/sun/star/beans/Defaulted.idl b/udkapi/com/sun/star/beans/Defaulted.idl index 4713d81974c6..b06349f887ce 100644 --- a/udkapi/com/sun/star/beans/Defaulted.idl +++ b/udkapi/com/sun/star/beans/Defaulted.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module beans { have the PropertyAttribute::MAYBEDEFAULT.

*/ -published struct Defaulted { +struct Defaulted { /** The underlying value of this structure instance. diff --git a/udkapi/com/sun/star/beans/Optional.idl b/udkapi/com/sun/star/beans/Optional.idl index e4cb814de629..d085d744c0fc 100644 --- a/udkapi/com/sun/star/beans/Optional.idl +++ b/udkapi/com/sun/star/beans/Optional.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module beans { also be useful in other situations, for example as the return type of an interface method.

*/ -published struct Optional { +struct Optional { /** Marks this structure instance as having an actual value. */ diff --git a/udkapi/com/sun/star/beans/Pair.idl b/udkapi/com/sun/star/beans/Pair.idl index 52a161631d15..c42eed3123c1 100644 --- a/udkapi/com/sun/star/beans/Pair.idl +++ b/udkapi/com/sun/star/beans/Pair.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module beans { @since OOo 3.0 */ -published struct Pair { +struct Pair { /// first object. T First; diff --git a/udkapi/com/sun/star/io/TempFile.idl b/udkapi/com/sun/star/io/TempFile.idl index 54599fb115bf..e441faa9aa0f 100644 --- a/udkapi/com/sun/star/io/TempFile.idl +++ b/udkapi/com/sun/star/io/TempFile.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module io { //======================================================================== /** This service allows to get access to temp files. */ -published service TempFile : XTempFile; +service TempFile : XTempFile; //========================================================================= diff --git a/udkapi/com/sun/star/io/XTempFile.idl b/udkapi/com/sun/star/io/XTempFile.idl index e346d655e7e9..a01d9ee5bb92 100644 --- a/udkapi/com/sun/star/io/XTempFile.idl +++ b/udkapi/com/sun/star/io/XTempFile.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module io { //======================================================================== /** This interface offers access to temp files. */ -published interface XTempFile +interface XTempFile { // INTERFACES // diff --git a/udkapi/com/sun/star/script/ArrayWrapper.idl b/udkapi/com/sun/star/script/ArrayWrapper.idl index 1a0f595a2627..4f04efb194b4 100644 --- a/udkapi/com/sun/star/script/ArrayWrapper.idl +++ b/udkapi/com/sun/star/script/ArrayWrapper.idl @@ -47,7 +47,7 @@ module com { module sun { module star { module script { preference for a Multi-Dimensional array representation to be specified.

*/ -published struct ArrayWrapper +struct ArrayWrapper { /** Indicates whether the Array should be have 1 or 0 based indexing. */ diff --git a/udkapi/com/sun/star/task/XInteractionHandler2.idl b/udkapi/com/sun/star/task/XInteractionHandler2.idl index caf0eba3020e..d506e5a840fa 100644 --- a/udkapi/com/sun/star/task/XInteractionHandler2.idl +++ b/udkapi/com/sun/star/task/XInteractionHandler2.idl @@ -42,10 +42,8 @@

This interface extends the interface XInteractionHandler the way that a caller can determine whether an interaction request was actually handled by the interaction handler.

- - @since OOo 3.2 */ -published interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler +/* published */ interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler { //------------------------------------------------------------------------- /** Handle an interaction request. -- cgit v1.2.3