From a8be8ad30f22031ad859f565cb066c76e2d3fa39 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 17 Jan 2013 12:08:18 +0100 Subject: oox: fix misleading comment Change-Id: I96e03fcba317a7ec8f892a2a0656dafbfb8758da --- oox/source/vml/vmlshape.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox') diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx index 8aba860d146c..72c4ca114fc2 100644 --- a/oox/source/vml/vmlshape.cxx +++ b/oox/source/vml/vmlshape.cxx @@ -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 xSInfo(rxShape, uno::UNO_QUERY_THROW); if (xSInfo->supportsService("com.sun.star.text.TextFrame") && aPropMap.hasProperty(PROP_FillColor)) { -- cgit