summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-01 00:26:55 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commit392706b5f743b2f989ba5a120bbb31c2296bf902 (patch)
tree6d37555b819fb1c482106f29c0aede2a121ae819 /offapi/com/sun/star/presentation
parented993aafc928717ead4fae6b6dac8845771d8661 (diff)
*api: fix loads of badly documented parameters
Change-Id: Ifcfdcc1aee5f45745ab17d83f69c2cf293b58196
Diffstat (limited to 'offapi/com/sun/star/presentation')
-rw-r--r--offapi/com/sun/star/presentation/XSlideShow.idl6
-rw-r--r--offapi/com/sun/star/presentation/XTransitionFactory.idl4
2 files changed, 3 insertions, 7 deletions
diff --git a/offapi/com/sun/star/presentation/XSlideShow.idl b/offapi/com/sun/star/presentation/XSlideShow.idl
index 41013ac2e02f..fe232b372d6e 100644
--- a/offapi/com/sun/star/presentation/XSlideShow.idl
+++ b/offapi/com/sun/star/presentation/XSlideShow.idl
@@ -116,13 +116,13 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
method does nothing (this especially means, that any currently
active effects will remain running).<p>
- @param xPage
+ @param xSlide
The slide to display.
@param xDrawPages
For future use.
- @param xAnimationNode
+ @param AnimationNode
The animation node determine the animations to display.
@param aProperties
@@ -159,7 +159,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
void displaySlide(
[in] ::com::sun::star::drawing::XDrawPage xSlide,
[in] ::com::sun::star::drawing::XDrawPagesSupplier xDrawPages,
- [in] ::com::sun::star::animations::XAnimationNode aAnimationNode,
+ [in] ::com::sun::star::animations::XAnimationNode AnimationNode,
[in] sequence< ::com::sun::star::beans::PropertyValue > aProperties );
/** Change the pause state of the slide show.<p>
diff --git a/offapi/com/sun/star/presentation/XTransitionFactory.idl b/offapi/com/sun/star/presentation/XTransitionFactory.idl
index 1eef9672b0ce..71da161a7c5e 100644
--- a/offapi/com/sun/star/presentation/XTransitionFactory.idl
+++ b/offapi/com/sun/star/presentation/XTransitionFactory.idl
@@ -60,10 +60,6 @@ interface XTransitionFactory : ::com::sun::star::uno::XInterface
@param enteringBitmap
Bitmap of the slide that's going to enter the screen
-
- @param slideOffset
- Offset in pixel from the top, left edge of the view, such that the
- slide displays similar to normal slide show
*/
XTransition createTransition( [in] short transitionType,
[in] short transitionSubType,