diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
commit | e10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch) | |
tree | 89eeb4275f134a589f5a6fe9be392a40fd86d4ee /slideshow/source/inc | |
parent | 9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff) |
typo fix: explicitely -> explicitly
Diffstat (limited to 'slideshow/source/inc')
-rw-r--r-- | slideshow/source/inc/attributableshape.hxx | 10 | ||||
-rw-r--r-- | slideshow/source/inc/slide.hxx | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/slideshow/source/inc/attributableshape.hxx b/slideshow/source/inc/attributableshape.hxx index ee20974c2a13..c49b34e7b1bf 100644 --- a/slideshow/source/inc/attributableshape.hxx +++ b/slideshow/source/inc/attributableshape.hxx @@ -70,12 +70,12 @@ namespace slideshow Please note that the attribute layers do <em>not</em> contain the underlying XShape's attributes as - default. Instead, attributes not explicitely set by + default. Instead, attributes not explicitly set by animations remain in invalid state, allowing the shape's paint method to determine whether they have to override the underlying graphical shape representation. XShape attributes must be passed - explicitely to animations which need them (e.g. 'by' + explicitly to animations which need them (e.g. 'by' animations). @return the new layer @@ -107,12 +107,12 @@ namespace slideshow Please note that the attribute layers do <em>not</em> contain the underlying XShape's attributes as - default. Instead, attributes not explicitely set by + default. Instead, attributes not explicitly set by animations remain in invalid state, allowing the shape's paint method to determine whether they have to override the underlying graphical shape representation. XShape attributes must be passed - explicitely to animations which need them (e.g. 'by' + explicitly to animations which need them (e.g. 'by' animations). @return the topmost layer @@ -161,7 +161,7 @@ namespace slideshow This method returns a clone of this Shape, which renders only the selected subset of itself, but only - if such a subset has been explicitely created before. + if such a subset has been explicitly created before. @param rTreeNode A DocTreeNode instance queried from this Shape, which diff --git a/slideshow/source/inc/slide.hxx b/slideshow/source/inc/slide.hxx index a43a5dd67904..d39a1b315785 100644 --- a/slideshow/source/inc/slide.hxx +++ b/slideshow/source/inc/slide.hxx @@ -73,7 +73,7 @@ namespace slideshow Call this method to reduce the timeout show(), and getInitialSlideBitmap() need to complete. If - prefetch() is not called explicitely, the named + prefetch() is not called explicitly, the named methods will call it implicitely. */ virtual bool prefetch() = 0; |