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 /canvas/source/directx | |
parent | 9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff) |
typo fix: explicitely -> explicitly
Diffstat (limited to 'canvas/source/directx')
-rw-r--r-- | canvas/source/directx/dx_canvascustomsprite.hxx | 2 | ||||
-rw-r--r-- | canvas/source/directx/dx_canvashelper_texturefill.cxx | 2 | ||||
-rw-r--r-- | canvas/source/directx/dx_spritecanvas.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/directx/dx_canvascustomsprite.hxx b/canvas/source/directx/dx_canvascustomsprite.hxx index 8e6c534683ce..e099b75191fb 100644 --- a/canvas/source/directx/dx_canvascustomsprite.hxx +++ b/canvas/source/directx/dx_canvascustomsprite.hxx @@ -69,7 +69,7 @@ namespace dxcanvas template args, and furthermore, don't want to derive ::canvas::CanvasCustomSpriteBase directly from ::canvas::Sprite (because derivees of - ::canvas::CanvasCustomSpriteBase have to explicitely forward + ::canvas::CanvasCustomSpriteBase have to explicitly forward the XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS) anyway). Basically, ::canvas::CanvasCustomSpriteBase should remain a base class that provides implementation, not to diff --git a/canvas/source/directx/dx_canvashelper_texturefill.cxx b/canvas/source/directx/dx_canvashelper_texturefill.cxx index a6159b13517f..24a5396be839 100644 --- a/canvas/source/directx/dx_canvashelper_texturefill.cxx +++ b/canvas/source/directx/dx_canvashelper_texturefill.cxx @@ -395,7 +395,7 @@ namespace dxcanvas &rStops[0], rStops.size() ); - // explicitely setup center point. Since the center of GDI+ + // explicitly setup center point. Since the center of GDI+ // gradients are by default the _centroid_ of the path // (i.e. the weighted sum of edge points), it will not // necessarily coincide with our notion of center. diff --git a/canvas/source/directx/dx_spritecanvas.hxx b/canvas/source/directx/dx_spritecanvas.hxx index 3b306f23675b..97649b90bf51 100644 --- a/canvas/source/directx/dx_spritecanvas.hxx +++ b/canvas/source/directx/dx_spritecanvas.hxx @@ -81,7 +81,7 @@ namespace dxcanvas template args, and furthermore, don't want to derive ::canvas::SpriteCanvasBase directly from ::canvas::SpriteSurface (because derivees of - ::canvas::SpriteCanvasBase have to explicitely forward the + ::canvas::SpriteCanvasBase have to explicitly forward the XInterface methods (e.g. via DECLARE_UNO3_AGG_DEFAULTS) anyway). Basically, ::canvas::CanvasCustomSpriteBase should remain a base class that provides implementation, not to |