Fixed "extra qualification" syntax errors.
--- a/csxhelp/HelpEngine/inc/CSXHHTMLContentParser.h Sun Mar 14 13:08:47 2010 +0000
+++ b/csxhelp/HelpEngine/inc/CSXHHTMLContentParser.h Sun Mar 28 16:35:50 2010 +0100
@@ -293,7 +293,7 @@
* aUrl - html file path
*/
- CCSXHHelpContentBase* CCSXHHTMLContentParser::GetObjectBasedonUrlL(RPointerArray<CCSXHHtmlTOC1>& aTOC1ObjectsArray,
+ CCSXHHelpContentBase* GetObjectBasedonUrlL(RPointerArray<CCSXHHtmlTOC1>& aTOC1ObjectsArray,
const TDesC& aUrl,TBool aMainArrayList);
/**