[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sw/source

Michael Meeks michael at kemper.freedesktop.org
Thu Nov 10 03:05:45 PST 2011


 sw/source/filter/ww8/ww8graf.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e13ff3e8d415241a680c32e3993c5b23701ef2aa
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
    
    Signed-off-by: Michael Meeks <michael.meeks at suse.com>

diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx
index 3ee02ae..e26def2 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,


More information about the Libreoffice-commits mailing list