diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:21:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 01:21:22 +0000 |
commit | 4761d5a100380a40ef7124f95d1eb5ff7e1fdacf (patch) | |
tree | fd3dfaccf1a354459298005685860f0759b7a651 /canvas/source/vcl | |
parent | 9c4bc5dbbe6a4da3cebd8e90ca2e854f06b6d849 (diff) |
INTEGRATION: CWS warnings01 (1.3.10); FILE MERGED
2006/02/22 22:27:26 thb 1.3.10.1: #i55991# Removed virtual derivations, where unnecessary; removed unused params; renamed vars which shadowed previous ones; put agg headers into sys header brackets
Diffstat (limited to 'canvas/source/vcl')
-rw-r--r-- | canvas/source/vcl/spritehelper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/vcl/spritehelper.cxx b/canvas/source/vcl/spritehelper.cxx index fc8b07d854f3..9a476c2de9c8 100644 --- a/canvas/source/vcl/spritehelper.cxx +++ b/canvas/source/vcl/spritehelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: spritehelper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2005-11-17 16:08:40 $ + * last change: $Author: hr $ $Date: 2006-06-20 02:21:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -87,7 +87,7 @@ namespace vclcanvas mpSpriteCanvas = rSpriteCanvas; mbShowSpriteBounds = bShowSpriteBounds; - CanvasCustomSpriteHelper::init( rSpriteSize, rSpriteCanvas.get() ); + init( rSpriteSize, rSpriteCanvas.get() ); } void SpriteHelper::disposing() |