diff -r aecbbf00d063 -r d48ab3b357f1 uifw/EikStd/coctlinc/smileymanager.h --- a/uifw/EikStd/coctlinc/smileymanager.h Tue Aug 31 15:28:30 2010 +0300 +++ b/uifw/EikStd/coctlinc/smileymanager.h Wed Sep 01 12:16:19 2010 +0100 @@ -42,7 +42,7 @@ { public: static const TText KPlaceHolder = 0xfff0; - static const TInt KMaxLength = 5; + static const TInt KMaxLength = 100; static const TInt KMinLength = 2; static const TText KZeroCode = 0; static const TText KCompensateChar = 'i'; @@ -66,7 +66,6 @@ //new functions TBool ConvertTextForSmileyL( TInt aStart, TDes& aText, TBool aStringToCodes = ETrue ); - void SetVisibleRange( TInt aDocPos, TInt aLength ); void DrawIconL( CBitmapContext& aGc, const TRect& aRect, TInt aDocPos );