fpspreadsheet: Set absolute flag for http hyperlinks in sfExcel8

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4507 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-02-16 11:05:32 +00:00
parent e3d715a8a8
commit d9dd29c0fc

View File

@ -2684,7 +2684,7 @@ begin
flags := MASK_HLINK_TEXTMARK or MASK_HLINK_DESCRIPTION
else
flags := MASK_HLINK_LINK;
if SameText(u.Protocol, 'file') then
if SameText(u.Protocol, 'file') or SameText(u.Protocol, 'http') or SameText(u.Protocol, 'ftp') then
flags := flags or MASK_HLINK_ABSOLUTE;
if descr <> AHyperlink^.Target then
flags := flags or MASK_HLINK_DESCRIPTION; // has description