summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-20 15:22:01 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-03-19 17:57:18 +0100
commit52b908ce3db5f9b1556cdb4cbdc3b92ef2f89583 (patch)
treee6ab4a78fb806998e56021b1c5331c9ada39d8fb /xmloff
parentd6b62a3010360235886093d6cabe47c4ee82a2d7 (diff)
Fixed lines width guessing: gap are no smaller than 1pt
Diffstat (limited to 'xmloff')
-rwxr-xr-xxmloff/source/style/bordrhdl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/style/bordrhdl.cxx b/xmloff/source/style/bordrhdl.cxx
index 41aeb0f9b2..f8e14ca88b 100755
--- a/xmloff/source/style/bordrhdl.cxx
+++ b/xmloff/source/style/bordrhdl.cxx
@@ -272,6 +272,7 @@ sal_Bool XMLBorderHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue
aBorderLine.InnerLineWidth = 0;
aBorderLine.OuterLineWidth = 0;
aBorderLine.LineDistance = 0;
+ aBorderLine.LineWidth = 0;
}
// first of all, delete an empty line
@@ -281,6 +282,7 @@ sal_Bool XMLBorderHdl::importXML( const OUString& rStrImpValue, uno::Any& rValue
aBorderLine.InnerLineWidth = 0;
aBorderLine.OuterLineWidth = 0;
aBorderLine.LineDistance = 0;
+ aBorderLine.LineWidth = 0;
}
else if( bHasWidth )
{