[Libreoffice-commits] .: sw/source
Noel Power
noelp at kemper.freedesktop.org
Tue Nov 8 05:49:11 PST 2011
sw/source/filter/ww8/ww8graf.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 991aa4fff785612bad7281f4948f5771bf8d215a
Author: Noel Power <noel.power at novell.com>
Date: Tue Nov 8 13:47:59 2011 +0000
NO_STYLE default for borderlines mso import, fixes image size issue bnc#718971
diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx
index b81c5f2..c049b7b 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,
More information about the Libreoffice-commits
mailing list