summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2013-01-16 20:37:50 +0100
committerRadek Doulik <rodo@novell.com>2013-01-16 20:40:43 +0100
commit083b2c6dc32569930e1e5d35246e8f80701f8934 (patch)
treed2eecef1eb3c0bd877873b67184e19340f9bef4e
parent0b2ff7cd759cc9ae3c577aafa06b98d7a3e86278 (diff)
fix cell border line properties n#793408
Change-Id: Id20fa233b7e7eb0f2f01f4c230d1fe3398f2f4ed
-rw-r--r--oox/source/drawingml/table/tablecell.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/table/tablecell.cxx b/oox/source/drawingml/table/tablecell.cxx
index af0105c9d9e1..45281af0afc3 100644
--- a/oox/source/drawingml/table/tablecell.cxx
+++ b/oox/source/drawingml/table/tablecell.cxx
@@ -83,6 +83,7 @@ void applyLineAttributes( const ::oox::core::XmlFilterBase& rFilterBase,
aBorderLine.Color = aColor.getColor( rFilterBase.getGraphicHelper() );
aBorderLine.OuterLineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.get( 0 ) ) / 4 );
aBorderLine.InnerLineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.get( 0 ) ) / 4 );
+ aBorderLine.LineWidth = static_cast< sal_Int16 >( GetCoordinate( rLineProperties.moLineWidth.get( 0 ) ) / 2 );
aBorderLine.LineDistance = 0;
}