[Libreoffice-commits] .: sd/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Sat Mar 19 10:17:51 PDT 2011


 sd/source/core/drawdoc4.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c426bea940636f3d1ab9711af5f4d1aeda1ab38b
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date:   Fri Dec 24 17:27:05 2010 +0100

    Fixed sd build after borders widths changes

diff --git a/sd/source/core/drawdoc4.cxx b/sd/source/core/drawdoc4.cxx
index dbe556a..279d9bc 100644
--- a/sd/source/core/drawdoc4.cxx
+++ b/sd/source/core/drawdoc4.cxx
@@ -620,7 +620,7 @@ void SdDrawDocument::CreateDefaultCellStyles()
     rISet.Put( SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_LEFT) );
 
     Color aWhite( COL_WHITE );
-    SvxBorderLine aBorderLine( &aWhite, 1, 0, 0 );
+    SvxBorderLine aBorderLine( &aWhite, 1, SOLID );
     
     SvxBoxItem aBoxItem( SDRATTR_TABLE_BORDER );
     aBoxItem.SetLine( &aBorderLine, BOX_LINE_TOP );


More information about the Libreoffice-commits mailing list