From 00de339c15a048c874bc856e321973df0ea238de Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 26 Jan 2012 22:44:03 +0100 Subject: Fixup over-ambitious previous revert. There were actually some useful bits hidden in that mass-publishing of uno api. --- offapi/com/sun/star/presentation/XSlideShowView.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'offapi/com/sun/star/presentation') diff --git a/offapi/com/sun/star/presentation/XSlideShowView.idl b/offapi/com/sun/star/presentation/XSlideShowView.idl index 6e39d9b86a8c..15e2cc435702 100644 --- a/offapi/com/sun/star/presentation/XSlideShowView.idl +++ b/offapi/com/sun/star/presentation/XSlideShowView.idl @@ -68,9 +68,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