diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-28 10:38:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-28 10:38:14 +0000 |
commit | 074be721812ccebea7fc9ff02f0af5049a4abb43 (patch) | |
tree | 5c1ddfa5d60cf227ee66d8b2d0170b19a76ea00c /vcl/source/gdi/bmpacc2.cxx | |
parent | 5553a1eb86e1e1aea4050eb3fde34051b7cfe1ac (diff) |
#i29628# (Fix by KA)
Diffstat (limited to 'vcl/source/gdi/bmpacc2.cxx')
-rw-r--r-- | vcl/source/gdi/bmpacc2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/bmpacc2.cxx b/vcl/source/gdi/bmpacc2.cxx index 8cb4b3f37058..3774f566b6bb 100644 --- a/vcl/source/gdi/bmpacc2.cxx +++ b/vcl/source/gdi/bmpacc2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bmpacc2.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2004-01-06 13:32:03 $ + * last change: $Author: rt $ $Date: 2004-05-28 11:38:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -147,7 +147,7 @@ IMPL_FORMAT_GETPIXEL( _8BIT_PAL ) IMPL_FORMAT_SETPIXEL( _8BIT_PAL ) { - pScanline[ nX ] = rBitmapColor; + pScanline[ nX ] = rBitmapColor.GetIndex(); } // ------------------------------------------------------------------ |