maybe that helps the tinderboxes
Change-Id: Ie392fb37da7f05490b4b7f6169b90a18fdc44b36
This commit is contained in:
parent
c8e7bae4da
commit
7a54eddd43
1 changed files with 5 additions and 2 deletions
|
@ -481,8 +481,11 @@ void TypeGroupConverter::convertMarker( PropertySet& rPropSet, sal_Int32 nOoxSym
|
|||
sal_Int32 nSize = static_cast< sal_Int32 >( nOoxSize * (2540.0 / 72.0) + 0.5 );
|
||||
aSymbol.Size.Width = aSymbol.Size.Height = nSize;
|
||||
|
||||
Color aFillColor = xShapeProps->getFillProperties().maFillColor;
|
||||
aSymbol.FillColor = aFillColor.getColor(getFilter().getGraphicHelper());
|
||||
if(xShapeProps.is())
|
||||
{
|
||||
Color aFillColor = xShapeProps->getFillProperties().maFillColor;
|
||||
aSymbol.FillColor = aFillColor.getColor(getFilter().getGraphicHelper());
|
||||
}
|
||||
|
||||
// set the property
|
||||
rPropSet.setProperty( PROP_Symbol, aSymbol );
|
||||
|
|
Loading…
Reference in a new issue