INTEGRATION: CWS impress148 (1.2.34); FILE MERGED
2008/07/16 12:47:57 af 1.2.34.1: #i91701# Use only 4 component colors.
This commit is contained in:
parent
109cfaff84
commit
d5550b9e8a
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
*
|
||||
* $RCSfile: PresenterUIPainter.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -76,7 +76,7 @@ void PresenterUIPainter::PaintHorizontalBitmapComposite (
|
|||
rendering::RenderState aRenderState (
|
||||
geometry::AffineMatrix2D(1,0,0, 0,1,0),
|
||||
NULL,
|
||||
Sequence<double>(3),
|
||||
Sequence<double>(4),
|
||||
rendering::CompositeOperation::SOURCE);
|
||||
|
||||
// Paint the left bitmap once.
|
||||
|
@ -181,7 +181,7 @@ void PresenterUIPainter::PaintVerticalBitmapComposite (
|
|||
rendering::RenderState aRenderState (
|
||||
geometry::AffineMatrix2D(1,0,0, 0,1,0),
|
||||
NULL,
|
||||
Sequence<double>(3),
|
||||
Sequence<double>(4),
|
||||
rendering::CompositeOperation::SOURCE);
|
||||
|
||||
// Paint the top bitmap once.
|
||||
|
|
Loading…
Reference in a new issue