Changeset 39 for trunk/Components/RichTextStyleUnit.pas
- Timestamp:
- Jan 2, 2007, 8:18:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/RichTextStyleUnit.pas
r15 r39 144 144 uses 145 145 SysUtils, 146 ACLStringUtility, ACLProfile; 146 ACLStringUtility; 147 // ACLProfile; 147 148 148 149 Procedure ApplyStyle( const Style: TTextDrawStyle; … … 525 526 Procedure TRichTextSettings.SetHeading1Font( NewFont: TFont ); 526 527 begin 527 ProfileEvent( 'TRichTextSettings.SetHeading1Font' );528 // ProfileEvent( 'TRichTextSettings.SetHeading1Font' ); 528 529 AssignFont( FHeading1Font, NewFont ); 529 530 530 if FHeading1FOnt = nil then531 ProfileEvent( ' Set to nil' );531 // if FHeading1FOnt = nil then 532 // ProfileEvent( ' Set to nil' ); 532 533 533 534 end;
Note:
See TracChangeset
for help on using the changeset viewer.