diff options
Diffstat (limited to 'canvas/source/null/null_canvascustomsprite.hxx')
-rw-r--r-- | canvas/source/null/null_canvascustomsprite.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/null/null_canvascustomsprite.hxx b/canvas/source/null/null_canvascustomsprite.hxx index 17aa1f92d9a7..f210f0452470 100644 --- a/canvas/source/null/null_canvascustomsprite.hxx +++ b/canvas/source/null/null_canvascustomsprite.hxx @@ -69,7 +69,7 @@ namespace nullcanvas 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 |