From 13ce4a57c1d20a767a7f4d818f063b19b95b5d48 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 27 Jan 2012 04:12:41 -0600 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 (cherry picked from commit 78cca63070ae6cf82b45ec3bc75fafa2db31a7f2, plus 00de339c15a048c874bc856e321973df0ea238de "Fixup over-ambitious previous revert: There were actually some useful bits hidden in that mass-publishing of uno api.") (cherry picked to 3-5-0 with additional massaging to limit the scope of the change to unpublishing) Signed-off-by: Stephan Bergmann Signed-off-by: Norbert Thiebaud --- offapi/com/sun/star/rendering/XSpriteCanvas.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'offapi/com/sun/star/rendering/XSpriteCanvas.idl') diff --git a/offapi/com/sun/star/rendering/XSpriteCanvas.idl b/offapi/com/sun/star/rendering/XSpriteCanvas.idl index eeafd90f71df..e792348ce66c 100644 --- a/offapi/com/sun/star/rendering/XSpriteCanvas.idl +++ b/offapi/com/sun/star/rendering/XSpriteCanvas.idl @@ -34,9 +34,9 @@ module com { module sun { module star { module rendering { -published interface XSprite; -published interface XAnimatedSprite; -published interface XCustomSprite; +interface XSprite; +interface XAnimatedSprite; +interface XCustomSprite; /** Specialization of a XBitmapCanvas, where moving, animated objects (called sprites) are supported.

@@ -54,7 +54,7 @@ published interface XCustomSprite; you don't need sprite functionality, and don't want the updateScreen hassle, simply use the XBitmapCanvas. */ -published interface XSpriteCanvas : XBitmapCanvas +interface XSpriteCanvas : XBitmapCanvas { /** Create a sprite object from the specified animation sequence. A sprite is a back-buffered object with its own, -- cgit v1.2.3