webengine/wmlengine/src/fbox/src/FBOXWmlFormattedEditor.cpp
changeset 68 92a765b5b3e7
parent 65 5bfc169077b2
equal deleted inserted replaced
66:cacf6ee57968 68:92a765b5b3e7
    34 
    34 
    35 
    35 
    36 #include <bautils.h>
    36 #include <bautils.h>
    37 #include <webkit.rsg>
    37 #include <webkit.rsg>
    38 #include <PUAcodes.hrh>
    38 #include <PUAcodes.hrh>
    39 #include <FeatMgr.h>
    39 #include <featmgr.h>
    40 #include <baclipb.h>
    40 #include <baclipb.h>
    41 #include <aknedsts.h>
    41 #include <aknedsts.h>
    42 
    42 
    43 // User includes
    43 // User includes
    44 #include "nw_fbox_WmlFormattedEditor.h"
    44 #include "nw_fbox_wmlformattededitor.h"
    45 // CONSTANTS
    45 // CONSTANTS
    46 
    46 
    47 static const TInt KWmlDefaultTextColor = 215; ///< black (plain text)
    47 static const TInt KWmlDefaultTextColor = 215; ///< black (plain text)
    48 static const TInt KWmlFormattedInputErrorColor = 35; ///< TEMP : should be clarified!
    48 static const TInt KWmlFormattedInputErrorColor = 35; ///< TEMP : should be clarified!
    49 const TInt KFullFormattingUpperThreshold=2000;
    49 const TInt KFullFormattingUpperThreshold=2000;