diff options
author | Noel Power <noel.power@novell.com> | 2011-11-08 13:47:59 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-11-10 11:05:42 +0000 |
commit | e13ff3e8d415241a680c32e3993c5b23701ef2aa (patch) | |
tree | 50d2f0e2a682449ee59984a9c61f9937dd9f7a78 | |
parent | 1a6c6a66b72ca64641cb16b3c49c40aba06602f1 (diff) |
NO_STYLE default for borderlines mso import, fixes image size issue bnc#718971
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
-rw-r--r-- | sw/source/filter/ww8/ww8graf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx index 3ee02ae852..e26def29d6 100644 --- a/sw/source/filter/ww8/ww8graf.cxx +++ b/sw/source/filter/ww8/ww8graf.cxx @@ -1479,7 +1479,7 @@ sal_Int32 SwWW8ImplReader::MatchSdrBoxIntoFlyBoxItem(const Color& rLineColor, if( !rLineThick ) return nOutsideThick; - ::editeng::SvxBorderStyle nIdx = ::editeng::SOLID; + ::editeng::SvxBorderStyle nIdx = ::editeng::NO_STYLE; sal_Int32 nLineThick=rLineThick; nOutsideThick = SwMSDffManager::GetEscherLineMatch(eLineStyle, |