Kaydet (Commit) 991aa4ff authored tarafından Noel Power's avatar Noel Power

NO_STYLE default for borderlines mso import, fixes image size issue bnc#718971

üst 17f977c1
...@@ -1507,7 +1507,7 @@ sal_Int32 SwWW8ImplReader::MatchSdrBoxIntoFlyBoxItem(const Color& rLineColor, ...@@ -1507,7 +1507,7 @@ sal_Int32 SwWW8ImplReader::MatchSdrBoxIntoFlyBoxItem(const Color& rLineColor,
if( !rLineThick ) if( !rLineThick )
return nOutsideThick; return nOutsideThick;
::editeng::SvxBorderStyle nIdx = ::editeng::SOLID; ::editeng::SvxBorderStyle nIdx = ::editeng::NO_STYLE;
sal_Int32 nLineThick=rLineThick; sal_Int32 nLineThick=rLineThick;
nOutsideThick = SwMSDffManager::GetEscherLineMatch(eLineStyle, nOutsideThick = SwMSDffManager::GetEscherLineMatch(eLineStyle,
......
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