Misc packages: Adjust to changes in Laz/main (deprecated OffsetRect), less hints and warnings

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8838 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-06-15 23:33:46 +00:00
parent d060e53a49
commit 7940c5f9df
36 changed files with 65 additions and 51 deletions

View File

@ -107,8 +107,8 @@ unit JvHtControls;
interface
uses
LCLType, {LMessages,} Types,
SysUtils, Classes, Graphics, {Contnrs,} Controls, StdCtrls, Dialogs,
LCLIntf, LCLType, {LMessages,} Types,
SysUtils, Classes, Graphics, {Contnrs,} Controls, StdCtrls, Dialogs, Forms,
JvJVCLUtils {JvDataSourceIntf, JvExStdCtrls} ;
const
@ -429,9 +429,6 @@ function PrepareText(const A: string): string; deprecated;
implementation
uses
LCLProc, LCLIntf, Forms;
const
cMAILTO = 'MAILTO:';
cURLTYPE = '://';