Remove OSL_ASSERT which could fail for allowed XLS_TOKEN(tint)
Change-Id: I6e0cc345f6903128ffebe5fb56f6e198ee32da9a
This commit is contained in:
parent
95b4f258c4
commit
a54e078089
@ -461,7 +461,6 @@ sal_Int32 Color::getColor( const GraphicHelper& rGraphicHelper, sal_Int32 nPhClr
|
||||
{
|
||||
for( TransformVec::const_iterator aIt = maTransforms.begin(), aEnd = maTransforms.end(); aIt != aEnd; ++aIt )
|
||||
{
|
||||
OSL_ASSERT((aIt->mnToken & sal_Int32(0xFFFF0000))==0);
|
||||
switch( aIt->mnToken )
|
||||
{
|
||||
case XML_red: toCrgb(); lclSetValue( mnC1, aIt->mnValue ); break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user