mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 08:09:34 +02:00
Converter: cleanup
git-svn-id: trunk@29386 -
This commit is contained in:
parent
4f3c1f45bb
commit
2a4bd6006c
@ -44,7 +44,8 @@ uses
|
|||||||
CustomFormEditor, LazarusIDEStrConsts, IDEProcs, OutputFilter,
|
CustomFormEditor, LazarusIDEStrConsts, IDEProcs, OutputFilter,
|
||||||
EditorOptions, CheckLFMDlg, IDEMsgIntf,
|
EditorOptions, CheckLFMDlg, IDEMsgIntf,
|
||||||
// Converter
|
// Converter
|
||||||
ConverterTypes, ConvertSettings, ReplaceNamesUnit, ConvCodeTool, UsedUnits;
|
ConverterTypes, ConvertSettings, ReplaceNamesUnit,
|
||||||
|
ConvCodeTool, FormFileConv, UsedUnits;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
@ -135,8 +136,6 @@ implementation
|
|||||||
|
|
||||||
{$R *.lfm}
|
{$R *.lfm}
|
||||||
|
|
||||||
uses FormFileConv;
|
|
||||||
|
|
||||||
function ConvertDfmToLfm(const DfmFilename: string): TModalResult;
|
function ConvertDfmToLfm(const DfmFilename: string): TModalResult;
|
||||||
var
|
var
|
||||||
DFMConverter: TDFMConverter;
|
DFMConverter: TDFMConverter;
|
||||||
|
Loading…
Reference in New Issue
Block a user