diff options
author | Noel Power <noel.power@novell.com> | 2011-11-08 13:47:59 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-11-08 13:48:59 +0000 |
commit | 991aa4fff785612bad7281f4948f5771bf8d215a (patch) | |
tree | 366344c2b9e5a69eb3ba7386486f3f7b155d851b | |
parent | 17f977c104374eedd5638aadc3175dda88ad6360 (diff) |
NO_STYLE default for borderlines mso import, fixes image size issue bnc#718971windows_build_successful_2011_11_08
-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 b81c5f2a14de..c049b7be0f13 100644 --- a/sw/source/filter/ww8/ww8graf.cxx +++ b/sw/source/filter/ww8/ww8graf.cxx @@ -1507,7 +1507,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, |