summaryrefslogtreecommitdiff
path: root/canvas/source/null/null_spritehelper.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:16:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 01:16:09 +0000
commit038528ce47b5134aaac664da541323e26201b6f9 (patch)
treed1b935274bc7da414230291b166fb46f9fd299fd /canvas/source/null/null_spritehelper.cxx
parent535ccb6e93b2bd758e3cb14af5dca5489e32f174 (diff)
INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED
2005/11/15 16:51:43 thb 1.2.8.1: #i55991# made code compile without warnings for gcc
Diffstat (limited to 'canvas/source/null/null_spritehelper.cxx')
-rw-r--r--canvas/source/null/null_spritehelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/source/null/null_spritehelper.cxx b/canvas/source/null/null_spritehelper.cxx
index 5bfaf91fd87d..c72c3c82c6bf 100644
--- a/canvas/source/null/null_spritehelper.cxx
+++ b/canvas/source/null/null_spritehelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: null_spritehelper.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2005-11-02 12:50:29 $
+ * last change: $Author: hr $ $Date: 2006-06-20 02:16:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,7 +89,7 @@ namespace nullcanvas
CanvasCustomSpriteHelper::disposing();
}
- void SpriteHelper::redraw( bool& io_bSurfaceDirty ) const
+ void SpriteHelper::redraw( bool& /*io_bSurfaceDirty*/ ) const
{
// TODO
}