diff --git a/components/simpleideintf/examples/testh2pastool.lpi b/components/simpleideintf/examples/testh2pastool.lpi index 8ad717f8e3..fabb4d206c 100644 --- a/components/simpleideintf/examples/testh2pastool.lpi +++ b/components/simpleideintf/examples/testh2pastool.lpi @@ -1,12 +1,13 @@ - - + + + + - @@ -49,10 +50,7 @@ - - - - + diff --git a/components/simpleideintf/simpleide.pas b/components/simpleideintf/simpleide.pas index 7493ea0dec..92d0719975 100644 --- a/components/simpleideintf/simpleide.pas +++ b/components/simpleideintf/simpleide.pas @@ -33,7 +33,7 @@ type { TLazyTextConverterToolClasses } TLazyTextConverterToolClasses = class(TTextConverterToolClasses) - protected + public function SupportsType(aTextType: TTextConverterType): boolean; override; function GetTempFilename: string; override;