Kaydet (Commit) 4c0ec2a1 authored tarafından Julien Nabet's avatar Julien Nabet

Blind fix for red Tinderboxes, following

Change-Id: I590a682af7fc1879ae63cda3aea73063ba4c84f4
üst 7a5b0aa0
......@@ -92,8 +92,8 @@ namespace
uno::Sequence< double >& rColorSequence,
const cppcanvas::CanvasSharedPtr& rCanvas )
{
// set rIsColorSet and check for true at the same time
if (rIsColorSet = pAct->IsSetting())
rIsColorSet = pAct->IsSetting();
if (rIsColorSet)
{
::Color aColor( pAct->GetColor() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment