File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ TRTF = record
92
92
// / <param name="ReadAll">Boolean [in] Flag that indicates if the whole
93
93
// / stream is to be read (True) or stream is to be read from current
94
94
// / position (False).</param>
95
- constructor Create(const AStream: TStream; const AEncoding: TEncoding ;
96
- const ReadAll: Boolean = False); overload;
95
+ constructor Create(const AStream: TStream; const ReadAll: Boolean = False) ;
96
+ overload;
97
97
// / <summary>Initialises record from ASCII RTF code.</summary>
98
98
// / <param name="ARTFCode">ASCIIString [in] ASCII string containing RTF
99
99
// / code.</param>
@@ -295,8 +295,7 @@ function RTFUnicodeSafeDestination(const DestCtrl: TRTFControl;
295
295
296
296
{ TRTF }
297
297
298
- constructor TRTF.Create(const AStream: TStream; const AEncoding: TEncoding;
299
- const ReadAll: Boolean);
298
+ constructor TRTF.Create(const AStream: TStream; const ReadAll: Boolean);
300
299
var
301
300
ByteCount: Integer;
302
301
begin
You can’t perform that action at this time.
0 commit comments