summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/XSlideShowView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/presentation/XSlideShowView.idl')
-rw-r--r--offapi/com/sun/star/presentation/XSlideShowView.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/presentation/XSlideShowView.idl b/offapi/com/sun/star/presentation/XSlideShowView.idl
index 7b5764cfd22a..4fee37c5bdc8 100644
--- a/offapi/com/sun/star/presentation/XSlideShowView.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowView.idl
@@ -94,7 +94,7 @@ published interface XSlideShowView : ::com::sun::star::uno::XInterface
/** Add a listener to get notified when the transformation matrix changes.<p>
This method registers a listener with the view, which will get
- called everytime the transformation matrix changes.<p>
+ called every time the transformation matrix changes.<p>
@param xListener
Listener interface to call when the transformation matrix changes.
@@ -111,7 +111,7 @@ published interface XSlideShowView : ::com::sun::star::uno::XInterface
/** Add a listener to get notified when this view needs a repaint.<p>
This method registers a listener with the view, which will get
- called everytime the view needs an update of their screen
+ called every time the view needs an update of their screen
representation.<p>
@param xListener
@@ -129,7 +129,7 @@ published interface XSlideShowView : ::com::sun::star::uno::XInterface
/** Add a mouse listener to the view.<p>
This method registers a listener with the view, which will get
- called everytime the mouse is clicked on the view.<p>
+ called every time the mouse is clicked on the view.<p>
@param xListener
Listener interface to call when the mouse is clicked on the view.
@@ -146,7 +146,7 @@ published interface XSlideShowView : ::com::sun::star::uno::XInterface
/** Add a mouse motion listener to the view.<p>
This method registers a listener with the view, which will get
- called everytime the mouse is moved on the view.<p>
+ called every time the mouse is moved on the view.<p>
@param xListener
Listener interface to call when the mouse is moved on the view.