diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:01:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-12 14:01:22 +0000 |
commit | 57aeeaa643fe4859d56689d87ac4372db60ac89c (patch) | |
tree | 600dbbbbe3276219dc4dd866ab9db6057db25e45 /cppcanvas/source | |
parent | 090d1b5a7d2475ce1453334140cbd79ab7730bcd (diff) |
INTEGRATION: CWS sb59 (1.8.22); FILE MERGED
2006/08/11 22:44:40 thb 1.8.22.1: #i68336# Made cppcanvas warning free for wntmsci10
Diffstat (limited to 'cppcanvas/source')
-rw-r--r-- | cppcanvas/source/wrapper/vclfactory.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppcanvas/source/wrapper/vclfactory.cxx b/cppcanvas/source/wrapper/vclfactory.cxx index e5fde0a104b0..55d6ada204bf 100644 --- a/cppcanvas/source/wrapper/vclfactory.cxx +++ b/cppcanvas/source/wrapper/vclfactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclfactory.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-17 12:53:44 $ + * last change: $Author: obo $ $Date: 2006-10-12 15:01:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -338,7 +338,7 @@ namespace cppcanvas for( i=0; i<nBitmaps; ++i ) { - const AnimationBitmap& rAnimBmp( rAnim.Get(i) ); + const AnimationBitmap& rAnimBmp( rAnim.Get((USHORT)i) ); // Handle dispose according to GIF spec: a // DISPOSE_PREVIOUS does _not_ mean to revert to the |