diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-07-25 06:14:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-07-25 06:14:14 +0000 |
commit | d96bca7e6ac480e3657b9b36d02cf9bd042c5736 (patch) | |
tree | 9bfb3b571e10fca4b6631967969be37781b25b74 /sdext/source/presenter/PresenterSlideShowView.cxx | |
parent | 6bf6019b9510d73b917093cb05997755594f724f (diff) |
INTEGRATION: CWS impress148 (1.4.30); FILE MERGED
2008/07/23 15:53:51 cl 1.4.30.2: RESYNC: (1.4-1.5); FILE MERGED
2008/07/16 12:47:57 af 1.4.30.1: #i91701# Use only 4 component colors.
Diffstat (limited to 'sdext/source/presenter/PresenterSlideShowView.cxx')
-rw-r--r-- | sdext/source/presenter/PresenterSlideShowView.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sdext/source/presenter/PresenterSlideShowView.cxx b/sdext/source/presenter/PresenterSlideShowView.cxx index cd82e4300cfc..9529776a387c 100644 --- a/sdext/source/presenter/PresenterSlideShowView.cxx +++ b/sdext/source/presenter/PresenterSlideShowView.cxx @@ -8,7 +8,7 @@ * * $RCSfile: PresenterSlideShowView.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This file is part of OpenOffice.org. * @@ -369,7 +369,7 @@ void SAL_CALL PresenterSlideShowView::clear (void) rendering::RenderState aRenderState( geometry::AffineMatrix2D(1,0,0, 0,1,0), NULL, - Sequence<double>(aColor,3), + Sequence<double>(aColor,4), rendering::CompositeOperation::SOURCE); mxViewCanvas->fillPolyPolygon(xPolygon, aViewState, aRenderState); } @@ -856,7 +856,7 @@ void PresenterSlideShowView::PaintEndSlide (const awt::Rectangle& rRepaintBox) rendering::RenderState aRenderState ( geometry::AffineMatrix2D(1,0,0, 0,1,0), NULL, - Sequence<double>(3), + Sequence<double>(4), rendering::CompositeOperation::SOURCE); PresenterCanvasHelper::SetDeviceColor(aRenderState, util::Color(0x00000000)); mxCanvas->fillPolyPolygon( |