INTEGRATION: CWS canvas05 (1.10.14); FILE MERGED

2008/04/21 07:50:11 thb 1.10.14.2: RESYNC: (1.10-1.11); FILE MERGED
2007/10/01 13:41:44 thb 1.10.14.1: #i79258# Merge from CWS picom
This commit is contained in:
Kurt Zenker
2008-06-24 10:48:38 +00:00
parent 053b160ea9
commit 4fb36f910a

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite * OpenOffice.org - a multi-platform office productivity suite
* *
* $RCSfile: pointaction.cxx,v $ * $RCSfile: pointaction.cxx,v $
* $Revision: 1.11 $ * $Revision: 1.12 $
* *
* This file is part of OpenOffice.org. * This file is part of OpenOffice.org.
* *
@@ -109,8 +109,9 @@ namespace cppcanvas
maState() maState()
{ {
tools::initRenderState(maState,rState); tools::initRenderState(maState,rState);
maState.DeviceColor = ::vcl::unotools::colorToDoubleSequence( rCanvas->getUNOCanvas()->getDevice(), maState.DeviceColor = ::vcl::unotools::colorToDoubleSequence(
rAltColor ); rAltColor,
rCanvas->getUNOCanvas()->getDevice()->getDeviceColorSpace() );
} }
bool PointAction::render( const ::basegfx::B2DHomMatrix& rTransformation ) const bool PointAction::render( const ::basegfx::B2DHomMatrix& rTransformation ) const