summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-11 12:08:14 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 17:56:50 +0100
commit62b6a47aed2fe695ab3e0ce6e76c91ff6bc6c463 (patch)
treec58b462da3e001546d3fbc01a0054d4fcb6506c6 /oox
parent13c012e9ce1748c414f4dbd60d12766f3482c0af (diff)
Using BorderLine2 constructor w/o argument
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/table/tablecell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/table/tablecell.cxx b/oox/source/drawingml/table/tablecell.cxx
index a8053139208e..0fa2de867b3d 100644
--- a/oox/source/drawingml/table/tablecell.cxx
+++ b/oox/source/drawingml/table/tablecell.cxx
@@ -74,7 +74,7 @@ void applyLineAttributes( const ::oox::core::XmlFilterBase& rFilterBase,
Reference< XPropertySet >& rxPropSet, oox::drawingml::LineProperties& rLineProperties,
sal_Int32 nPropId )
{
- BorderLine2 aBorderLine( 0, 0, 0, 0, API_LINE_SOLID );
+ BorderLine2 aBorderLine;
if( rLineProperties.maLineFill.moFillType.differsFrom( XML_noFill ) )
{
Color aColor = rLineProperties.maLineFill.getBestSolidColor();