To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99402 Issue #|99402 Summary|"RapairPackage" vs "RepairPackage" Component|framework Version|DEV300m41 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mba Reported by|cmc
------- Additional comments from [email protected] Thu Feb 19 09:54:55 +0000 2009 ------- After seeing a strange spelling of RepairPackage in some code, I just checked to make sure that it was a consistent typo. But... Searching "RepairPackage" on opengrok: i.e. http://svn.services.openoffice.org/opengrok/search?q=RapairPackage&defs=&refs=&path=&hist=&project=%2FCurrent+(trunk) I see only four places in our code-base where it is used, each time we do... else if( lDescriptor[nProperty].Name == OUString(RTL_CONSTASCII_USTRINGPARAM("RapairPackage")) ) in sddetect.cxx, swdetect.cxx, smdetect.cxx, scdetect.cxx while searching on RepairPackage shows that everywhere else we use "RepairPackage". i.e. http://svn.services.openoffice.org/opengrok/search?q=RepairPackage&defs=&refs=&path=&hist=&project=%2FCurrent+(trunk) I strongly suspect that the 4 "RapairPackage" lines are typos for "RepairPackage" --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
