changeset 38 | 6297cdf66332 |
parent 16 | a359256acfc6 |
child 42 | d39add9822e2 |
--- a/webengine/osswebengine/WebKit/s60/webview/WebTextFormatMask.cpp Thu Jan 07 13:31:38 2010 +0200 +++ b/webengine/osswebengine/WebKit/s60/webview/WebTextFormatMask.cpp Mon Jan 18 21:20:18 2010 +0200 @@ -276,6 +276,11 @@ return true; } +bool WebTextFormatMask::acceptAll() + { + return m_acceptAll; + } + MaskComposite::MaskComposite(TInputFormatMaskType t, int mul) : MaskSingle(t), m_offset(0), m_length(mul) {