summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-01-17 12:08:18 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-01-17 12:08:39 +0100
commita8be8ad30f22031ad859f565cb066c76e2d3fa39 (patch)
treea27fb9a75cb98226f7b533224920068de17dd10c /oox
parent796e9a796603397c79e160610c8541e16dfc4c82 (diff)
oox: fix misleading comment
Change-Id: I96e03fcba317a7ec8f892a2a0656dafbfb8758da
Diffstat (limited to 'oox')
-rw-r--r--oox/source/vml/vmlshape.cxx2
1 files changed, 1 insertions, 1 deletions
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<lang::XServiceInfo> xSInfo(rxShape, uno::UNO_QUERY_THROW);
if (xSInfo->supportsService("com.sun.star.text.TextFrame") && aPropMap.hasProperty(PROP_FillColor))
{