Ignore:
Timestamp:
Jan 2, 2007, 8:18:36 PM (19 years ago)
Author:
RBRi
Message:
  • ACLProfile calls
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/RichTextStyleUnit.pas

    r15 r39  
    144144uses
    145145  SysUtils,
    146   ACLStringUtility, ACLProfile;
     146  ACLStringUtility;
     147//  ACLProfile;
    147148
    148149Procedure ApplyStyle( const Style: TTextDrawStyle;
     
    525526Procedure TRichTextSettings.SetHeading1Font( NewFont: TFont );
    526527begin
    527   ProfileEvent( 'TRichTextSettings.SetHeading1Font' );
     528//  ProfileEvent( 'TRichTextSettings.SetHeading1Font' );
    528529  AssignFont( FHeading1Font, NewFont );
    529530
    530   if FHeading1FOnt = nil then
    531     ProfileEvent( '  Set to nil' );
     531//  if FHeading1FOnt = nil then
     532//    ProfileEvent( '  Set to nil' );
    532533
    533534end;
Note: See TracChangeset for help on using the changeset viewer.