diff options
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTest.java | 2 | ||||
-rw-r--r-- | sd/inc/OutlinerIterator.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/eventmultiplexer.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 836da40bb89d..99d4dac85497 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -317,7 +317,7 @@ public class RecoveryTest extends ComplexTestCase { * and click it then to continue. * @param expectedDocumentCount the amount of documents which must be displayed in the recovery dialog * @param recover If the documenst should be recoverd this variable must be true. If it is fasle - * the recovery process was stoped and the button cancel was klicked. + * the recovery process was stopped and the button cancel was klicked. * @param cancel If the recovery is fifnished, this parameter desicdes to klick the "Next" button * or the click cancel. If the value is true, the cancel button was clicked. */ diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index 338f8fb1db48..3d502f44c60d 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -80,7 +80,7 @@ enum IteratorType {SELECTION,SINGLE_VIEW,DOCUMENT}; <code>Iterator(pDocument,pViewShell,true,BEGIN)</code> for some document and view shell. This iterator can then be compared against <code>Iterator(pDocument,pViewShell,true,END)</code>. On equality the - iteration should be stoped without evaluating the iterator: The position + iteration should be stopped without evaluating the iterator: The position of an end iterator is not valid.</p> */ class Iterator diff --git a/slideshow/source/inc/eventmultiplexer.hxx b/slideshow/source/inc/eventmultiplexer.hxx index a38e733e21be..42c7ddf14181 100644 --- a/slideshow/source/inc/eventmultiplexer.hxx +++ b/slideshow/source/inc/eventmultiplexer.hxx @@ -710,7 +710,7 @@ public: */ bool notifyPauseMode( bool bPauseShow ); - /** Notify that all audio has to be stoped. + /** Notify that all audio has to be stopped. This method is used by XCommand nodes and all sound playing nodes should listen for this command and |