1476f3c
From ef9881001e4ddfa6bfbe7d83f482393bb76d926a Mon Sep 17 00:00:00 2001
1476f3c
From: Michael Stahl <mstahl@redhat.com>
1476f3c
Date: Fri, 3 Feb 2012 18:49:56 +0100
1476f3c
Subject: [PATCH 1/2] fdo#45115: SwXTextTable: fix setting borders
1476f3c
1476f3c
This plus e549f52f16c4a519ed3eddb9c66c19bacc247590 fixes the problem.
1476f3c
---
1476f3c
 sw/source/core/unocore/unotbl.cxx |    2 +-
1476f3c
 1 files changed, 1 insertions(+), 1 deletions(-)
1476f3c
1476f3c
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
1476f3c
index a928d15..9526160 100644
1476f3c
--- a/sw/source/core/unocore/unotbl.cxx
1476f3c
+++ b/sw/source/core/unocore/unotbl.cxx
1476f3c
@@ -136,7 +136,7 @@ sal_Bool lcl_LineToSvxLine(const table::BorderLine& rLine, SvxBorderLine& rSvxLi
1476f3c
 {
1476f3c
     rSvxLine.SetColor(Color(rLine.Color));
1476f3c
 
1476f3c
-    rSvxLine.GuessLinesWidths( editeng::SvxBorderStyle(table::BorderLineStyle::SOLID),
1476f3c
+    rSvxLine.GuessLinesWidths( editeng::NO_STYLE,
1476f3c
                                 MM100_TO_TWIP( rLine.OuterLineWidth ),
1476f3c
                                 MM100_TO_TWIP( rLine.InnerLineWidth ),
1476f3c
                                 MM100_TO_TWIP( rLine.LineDistance ) );
1476f3c
-- 
1476f3c
1.7.7.6
1476f3c