From 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5 Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Wed, 23 Mar 2011 10:34:12 +0100 Subject: #i117329# - Publishing of UNO types, last wave (for now). --- offapi/com/sun/star/presentation/PresentationDocument.idl | 2 +- offapi/com/sun/star/presentation/XSlideShowListener.idl | 2 +- offapi/com/sun/star/presentation/XSlideShowView.idl | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'offapi/com/sun/star/presentation') diff --git a/offapi/com/sun/star/presentation/PresentationDocument.idl b/offapi/com/sun/star/presentation/PresentationDocument.idl index 401090dd09c2..97129cb9f060 100644 --- a/offapi/com/sun/star/presentation/PresentationDocument.idl +++ b/offapi/com/sun/star/presentation/PresentationDocument.idl @@ -52,7 +52,7 @@ /** This is the service provided by a presentation document. */ -service PresentationDocument +published service PresentationDocument { /** This is a basic service for a drawing document. diff --git a/offapi/com/sun/star/presentation/XSlideShowListener.idl b/offapi/com/sun/star/presentation/XSlideShowListener.idl index 01127e66253f..ab051807f4b1 100644 --- a/offapi/com/sun/star/presentation/XSlideShowListener.idl +++ b/offapi/com/sun/star/presentation/XSlideShowListener.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module presentation { @since OOo 3.0 */ -interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener +published interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener { /** Notify that the slide show is paused */ diff --git a/offapi/com/sun/star/presentation/XSlideShowView.idl b/offapi/com/sun/star/presentation/XSlideShowView.idl index 7a78a9861f71..c60bdea2bef1 100644 --- a/offapi/com/sun/star/presentation/XSlideShowView.idl +++ b/offapi/com/sun/star/presentation/XSlideShowView.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module presentation { @since OOo 2.4 */ -interface XSlideShowView : ::com::sun::star::uno::XInterface +published interface XSlideShowView : ::com::sun::star::uno::XInterface { /** Get view canvas.

@@ -81,9 +81,9 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface /** Query the current transformation matrix for this view.

- This method returns the transformation matrix of the - view. When notified via the transformation change listener, - the show will be displayed using the new transformation.

+ This method returns the transformation matrix of the + view. When notified via the transformation change listener, + the show will be displayed using the new transformation.

@return the view transformation matrix. Note that the slide show itself will paint all slides as one-by-one boxes, one -- cgit