summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation/XSlideShowView.idl
diff options
context:
space:
mode:
authorArmin Le Grand <alg@apache.org>2014-07-14 19:09:11 +0000
committerArmin Le Grand <alg@apache.org>2014-07-14 19:09:11 +0000
commit3c1d4742e649fe9c8aed8c2817fe3e1f3364f298 (patch)
treee0c6e02c89aa9227726c9469da1001b3e29c41df /offapi/com/sun/star/presentation/XSlideShowView.idl
parentc5c31e2aeaedbdf76e1f38d3c385e34f5ed875ca (diff)
Resync to trunk, windows non-pro buildaoo/aw080
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.