Kaydet (Commit) a8be8ad3 authored tarafından Miklos Vajna's avatar Miklos Vajna

oox: fix misleading comment

Change-Id: I96e03fcba317a7ec8f892a2a0656dafbfb8758da
üst 796e9a79
......@@ -360,7 +360,7 @@ void ShapeBase::convertShapeProperties( const Reference< XShape >& rxShape ) con
maTypeModel.maStrokeModel.pushToPropMap( aPropMap, rGraphicHelper );
maTypeModel.maFillModel.pushToPropMap( aPropMap, rGraphicHelper );
// TextFrames have FillColor, not BackColor
// TextFrames have BackColor, not FillColor
uno::Reference<lang::XServiceInfo> xSInfo(rxShape, uno::UNO_QUERY_THROW);
if (xSInfo->supportsService("com.sun.star.text.TextFrame") && aPropMap.hasProperty(PROP_FillColor))
{
......
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