summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/XSlideShowListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/XSlideShowListener.idl')
-rw-r--r--offapi/com/sun/star/presentation/XSlideShowListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/presentation/XSlideShowListener.idl b/offapi/com/sun/star/presentation/XSlideShowListener.idl
index 6efa4eca518a..9a4d5656877c 100644
--- a/offapi/com/sun/star/presentation/XSlideShowListener.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowListener.idl
@@ -52,9 +52,9 @@ interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener
e.g. the user has clicked on the slide.
Calling displaySlide() twice will not issue this event.
@param reverse
- For the default order (forward) this flag is <FALSE/>.
+ For the default order (forward) this flag is `FALSE`.
When the main sequence was traversed in reverse order then this
- flag is <TRUE/>.
+ flag is `TRUE`.
*/
void slideEnded( [in] boolean reverse );