From 2dfd81b11b46d26e28e90ef9f5b9c3e1664f542c Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sun, 1 Apr 2018 13:43:02 +0000 Subject: [PATCH] fpspreadsheet: Comment an unfinished border drawing routine which made it into the previous commit. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6286 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/source/common/fpspreadsheet.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/fpspreadsheet/source/common/fpspreadsheet.pas b/components/fpspreadsheet/source/common/fpspreadsheet.pas index c3811e089..295d74ea2 100644 --- a/components/fpspreadsheet/source/common/fpspreadsheet.pas +++ b/components/fpspreadsheet/source/common/fpspreadsheet.pas @@ -309,9 +309,11 @@ type function WriteBorders(ARow, ACol: Cardinal; ABorders: TsCellBorders): PCell; overload; procedure WriteBorders(ACell: PCell; ABorders: TsCellBorders); overload; + { procedure WriteBorders(ALeft, ATop, ARight, ABottom: Integer; ABorders: TsCellBorders; ALeftStyle, ATopStyle, ARightStyle, ABottomStyle, AInnerHorStyle, AInnerVertStyle: TsCellBorderStyle); + } function WriteBorderStyle(ARow, ACol: Cardinal; ABorder: TsCellBorder; AStyle: TsCellBorderStyle): PCell; overload; procedure WriteBorderStyle(ACell: PCell; ABorder: TsCellBorder; @@ -6539,7 +6541,7 @@ begin ChangedCell(ACell^.Row, ACell^.Col); end; end; - + { procedure TsWorksheet.WriteBorders(ALeft, ATop, ARight, ABottom: Integer; ABorders: TsCellBorders; ALeftStyle, ATopStyle, ARightStyle, ABottomStyle, AInnerHorStyle, AInnerVertStyle: TsCellBorderStyle); @@ -6692,7 +6694,7 @@ begin ChangedCell(ALeft, ATop); end; end; - +} {@@ ---------------------------------------------------------------------------- Sets the style of a cell border, i.e. line style and line color.