Kaydet (Commit) b3f42066 authored tarafından Caolán McNamara's avatar Caolán McNamara

don't assert on export of novell363086-2.docx to doc

Change-Id: I40a78a9891753e0e3e1bc67a7e40f15ff756e833
üst e80c8630
...@@ -285,6 +285,9 @@ ConvertBorderWidthToWord(SvxBorderStyle const eStyle, double const fWidth) ...@@ -285,6 +285,9 @@ ConvertBorderWidthToWord(SvxBorderStyle const eStyle, double const fWidth)
case INSET: case INSET:
return (fWidth - INSET_line2) / 2.0; return (fWidth - INSET_line2) / 2.0;
case css::table::BorderLineStyle::NONE:
return 0;
default: default:
assert(false); // should only be called for known border style assert(false); // should only be called for known border style
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment