summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/XSlideShowController.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/XSlideShowController.idl')
-rw-r--r--offapi/com/sun/star/presentation/XSlideShowController.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl
index 0dfc70c4a9ef..c0c557866a01 100644
--- a/offapi/com/sun/star/presentation/XSlideShowController.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowController.idl
@@ -39,7 +39,7 @@ interface XSlideShowController
/** returns true if the slide show is still running.
If this returns false, this component is already disposed.
You can start a new slide show and get a new instance
- of <type>XSlideShowController</type> from <type>XPresentation2</type>
+ of XSlideShowController from XPresentation2
*/
boolean isRunning();
@@ -239,10 +239,10 @@ interface XSlideShowController
[attribute] long PenColor;
- /** returns the actual <type>XSlideShow</type> instance that runs the
+ /** returns the actual XSlideShow instance that runs the
slide show.
<br>Normally all navigation should be done using this controller and
- not the <type>XSlideShow</type> itself. */
+ not the XSlideShow itself. */
XSlideShow getSlideShow();
};