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 | |
parent | 9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff) |
typo fix: explicitely -> explicitly
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/activitiesqueue.cxx | 4 | ||||
-rw-r--r-- | slideshow/source/engine/animationfactory.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/animationnodes/animationnodefactory.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/eventmultiplexer.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/eventqueue.cxx | 4 | ||||
-rw-r--r-- | slideshow/source/engine/shapes/drawshapesubsetting.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slide/layermanager.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slide/layermanager.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/slide/slideanimations.hxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/transitions/shapetransitionfactory.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/engine/transitions/slidechangebase.cxx | 2 | ||||
-rw-r--r-- | slideshow/source/inc/attributableshape.hxx | 10 | ||||
-rw-r--r-- | slideshow/source/inc/slide.hxx | 2 |
13 files changed, 19 insertions, 19 deletions
diff --git a/slideshow/source/engine/activitiesqueue.cxx b/slideshow/source/engine/activitiesqueue.cxx index 3da1419b54c2..2b657b7cf71a 100644 --- a/slideshow/source/engine/activitiesqueue.cxx +++ b/slideshow/source/engine/activitiesqueue.cxx @@ -135,7 +135,7 @@ namespace slideshow // reinsert an activity that threw // once. - // NOTE: we explicitely don't catch(...) here, + // NOTE: we explicitly don't catch(...) here, // since this will also capture segmentation // violations and the like. In such a case, we // still better let our clients now... @@ -151,7 +151,7 @@ namespace slideshow // reinsert an activity that threw // once. - // NOTE: we explicitely don't catch(...) here, + // NOTE: we explicitly don't catch(...) here, // since this will also capture segmentation // violations and the like. In such a case, we // still better let our clients now... diff --git a/slideshow/source/engine/animationfactory.cxx b/slideshow/source/engine/animationfactory.cxx index e6490f93c827..50302017c422 100644 --- a/slideshow/source/engine/animationfactory.cxx +++ b/slideshow/source/engine/animationfactory.cxx @@ -347,7 +347,7 @@ namespace slideshow return 0.0; // though this should be used in concert with // ActivitiesFactory::createSimpleActivity, better - // explicitely name our start value. + // explicitly name our start value. // Permissible range for operator() above is [0,1] } diff --git a/slideshow/source/engine/animationnodes/animationnodefactory.cxx b/slideshow/source/engine/animationnodes/animationnodefactory.cxx index 991d66004f35..cf169557e901 100644 --- a/slideshow/source/engine/animationnodes/animationnodefactory.cxx +++ b/slideshow/source/engine/animationnodes/animationnodefactory.cxx @@ -149,7 +149,7 @@ public: // disables it). // // NOTE: this is only a problem for animation - // nodes that explicitely call + // nodes that explicitly call // disableSubsetShape(). Independent shape subsets // (like those created for ParagraphTargets) // solely rely on the ShapeSubset destructor to diff --git a/slideshow/source/engine/eventmultiplexer.cxx b/slideshow/source/engine/eventmultiplexer.cxx index 2f396d61e683..8bb0f08d7857 100644 --- a/slideshow/source/engine/eventmultiplexer.cxx +++ b/slideshow/source/engine/eventmultiplexer.cxx @@ -346,7 +346,7 @@ void SAL_CALL EventMultiplexerListener::disposing( { // there's no real point in acting on this message - after all, // the event sources are the XSlideShowViews, which must be - // explicitely removed from the slideshow via + // explicitly removed from the slideshow via // XSlideShow::removeView(). thus, if a XSlideShowView has // properly removed itself from the slideshow, it will not be // found here. and if it hasn't, there'll be other references at diff --git a/slideshow/source/engine/eventqueue.cxx b/slideshow/source/engine/eventqueue.cxx index ec3a08466943..f5befa0e7f45 100644 --- a/slideshow/source/engine/eventqueue.cxx +++ b/slideshow/source/engine/eventqueue.cxx @@ -259,7 +259,7 @@ namespace slideshow // reinsert an activity that threw // once. - // NOTE: we explicitely don't catch(...) here, + // NOTE: we explicitly don't catch(...) here, // since this will also capture segmentation // violations and the like. In such a case, we // still better let our clients now... @@ -275,7 +275,7 @@ namespace slideshow // reinsert an activity that threw // once. - // NOTE: we explicitely don't catch(...) here, + // NOTE: we explicitly don't catch(...) here, // since this will also capture segmentation // violations and the like. In such a case, we // still better let our clients now... diff --git a/slideshow/source/engine/shapes/drawshapesubsetting.cxx b/slideshow/source/engine/shapes/drawshapesubsetting.cxx index 1f277d8eca58..bb43fba67d21 100644 --- a/slideshow/source/engine/shapes/drawshapesubsetting.cxx +++ b/slideshow/source/engine/shapes/drawshapesubsetting.cxx @@ -165,7 +165,7 @@ namespace slideshow // fallthrough intended default: // comment action and all actions not - // explicitely handled here: + // explicitly handled here: nActionIndex += getNextActionOffset(pCurrAct); break; } diff --git a/slideshow/source/engine/slide/layermanager.cxx b/slideshow/source/engine/slide/layermanager.cxx index 905bcd60ba2a..795dfde61975 100644 --- a/slideshow/source/engine/slide/layermanager.cxx +++ b/slideshow/source/engine/slide/layermanager.cxx @@ -869,7 +869,7 @@ namespace slideshow } // render on new layer (only if not - // explicitely disabled) + // explicitly disabled) if( !(bBackgroundLayerPainted && bIsBackgroundLayer) ) maUpdateShapes.insert( pCurrShape ); } diff --git a/slideshow/source/engine/slide/layermanager.hxx b/slideshow/source/engine/slide/layermanager.hxx index bd480bb5a78f..1f3354d97edf 100644 --- a/slideshow/source/engine/slide/layermanager.hxx +++ b/slideshow/source/engine/slide/layermanager.hxx @@ -62,7 +62,7 @@ namespace slideshow the layer manager keeps track of this and also handles starting/stopping of Shape animations. Note that none of the methods actually perform a screen update, this is - always delayed until the ActivitiesQueue explicitely + always delayed until the ActivitiesQueue explicitly performs it. @see Layer diff --git a/slideshow/source/engine/slide/slideanimations.hxx b/slideshow/source/engine/slide/slideanimations.hxx index 698c8b6a6cfc..e0a1f291805f 100644 --- a/slideshow/source/engine/slide/slideanimations.hxx +++ b/slideshow/source/engine/slide/slideanimations.hxx @@ -96,7 +96,7 @@ namespace slideshow This method creates the network of events and activities for all animations. The events and activities are inserted into the constructor-provided - queues. These queues are not explicitely cleared, if + queues. These queues are not explicitly cleared, if you rely on this object's effects to run without interference, you should clear the queues by yourself. diff --git a/slideshow/source/engine/transitions/shapetransitionfactory.cxx b/slideshow/source/engine/transitions/shapetransitionfactory.cxx index 0b7f85e4e1ba..0079f005af83 100644 --- a/slideshow/source/engine/transitions/shapetransitionfactory.cxx +++ b/slideshow/source/engine/transitions/shapetransitionfactory.cxx @@ -203,7 +203,7 @@ double ClippingAnimation::getUnderlyingValue() const return 0.0; // though this should be used in concert with // ActivitiesFactory::createSimpleActivity, better - // explicitely name our start value. + // explicitly name our start value. // Permissible range for operator() above is [0,1] } diff --git a/slideshow/source/engine/transitions/slidechangebase.cxx b/slideshow/source/engine/transitions/slidechangebase.cxx index 73d3b9e144db..41fd445c678a 100644 --- a/slideshow/source/engine/transitions/slidechangebase.cxx +++ b/slideshow/source/engine/transitions/slidechangebase.cxx @@ -385,7 +385,7 @@ double SlideChangeBase::getUnderlyingValue() const { return 0.0; // though this should be used in concert with // ActivitiesFactory::createSimpleActivity, better - // explicitely name our start value. + // explicitly name our start value. // Permissible range for operator() above is [0,1] } 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; |