Fixed "extra qualification" syntax errors.
--- a/userdict/inc/UdictContainer.h Sun Mar 14 13:08:44 2010 +0000
+++ b/userdict/inc/UdictContainer.h Sun Mar 28 16:35:48 2010 +0100
@@ -101,10 +101,9 @@
* Creates the icon and adds it to the array if it was successful
* @since 2.8
*/
- void CUserDictContainer::CreateIconAndAddToArrayL(
- CArrayPtr<CGulIcon>*& aIconsArray,
- const TDesC& aIconFile,
- TInt aBitmap, TInt aMask = -1);
+ void CreateIconAndAddToArrayL(CArrayPtr<CGulIcon>*& aIconsArray,
+ const TDesC& aIconFile,
+ TInt aBitmap, TInt aMask = -1);
private: // Functions from base classes