summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2009-03-27 11:10:52 +0000
committerAndre Fischer <af@openoffice.org>2009-03-27 11:10:52 +0000
commitc58c208977fafd00747856d3185c2703ca9b4c12 (patch)
treeff5a703cafa4082e15712289662cba204c97e0e1 /offapi/com/sun/star/presentation
parentfd5e68b9b29fc408b7ab610183ffc37420876bea (diff)
#i48179# Added gotoPreviousEffect() method.
Diffstat (limited to 'offapi/com/sun/star/presentation')
-rw-r--r--offapi/com/sun/star/presentation/XSlideShowController.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl
index 9476604a2c77..8ddc9931e163 100644
--- a/offapi/com/sun/star/presentation/XSlideShowController.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowController.idl
@@ -121,6 +121,14 @@ interface XSlideShowController
//-------------------------------------------------------------------------
+ /** undo the last effects that where triggered by a generic trigger.
+ <p>If there is no previous effect that can be undone then the
+ previous slide will be displayed.
+ */
+ void gotoPreviousEffect();
+
+ //-------------------------------------------------------------------------
+
/** goto and display first slide */
void gotoFirstSlide();