Kaydet (Commit) 33b9033a authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

Fixed sd build after borders widths changes

üst 49d1c0bd
...@@ -620,7 +620,7 @@ void SdDrawDocument::CreateDefaultCellStyles() ...@@ -620,7 +620,7 @@ void SdDrawDocument::CreateDefaultCellStyles()
rISet.Put( SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_LEFT) ); rISet.Put( SdrTextHorzAdjustItem(SDRTEXTHORZADJUST_LEFT) );
Color aWhite( COL_WHITE ); Color aWhite( COL_WHITE );
SvxBorderLine aBorderLine( &aWhite, 1, 0, 0 ); SvxBorderLine aBorderLine( &aWhite, 1, SOLID );
SvxBoxItem aBoxItem( SDRATTR_TABLE_BORDER ); SvxBoxItem aBoxItem( SDRATTR_TABLE_BORDER );
aBoxItem.SetLine( &aBorderLine, BOX_LINE_TOP ); aBoxItem.SetLine( &aBorderLine, BOX_LINE_TOP );
......
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