diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:48:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:12 +0200 |
commit | 7328e577e297924ba9cdfc2498f84b1d17d603d4 (patch) | |
tree | 9155d0e47d3a1f71838e4cb20987d45022959f8d /sd | |
parent | e5a05de95004a9ec3b569282ab7fbd9a1828cfd4 (diff) |
typo: stoped -> stopped
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/OutlinerIterator.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |