[Libreoffice-commits] .: oox/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 17 03:09:00 PST 2013


 oox/source/vml/vmlshape.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a8be8ad30f22031ad859f565cb066c76e2d3fa39
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Thu Jan 17 12:08:18 2013 +0100

    oox: fix misleading comment
    
    Change-Id: I96e03fcba317a7ec8f892a2a0656dafbfb8758da

diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx
index 8aba860..72c4ca1 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<lang::XServiceInfo> xSInfo(rxShape, uno::UNO_QUERY_THROW);
     if (xSInfo->supportsService("com.sun.star.text.TextFrame") && aPropMap.hasProperty(PROP_FillColor))
     {


More information about the Libreoffice-commits mailing list