Bug 61515 - bogus code comment cleanup ...
Summary: bogus code comment cleanup ...
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
4.0.0.3 release
Hardware: Other All
: medium normal
Assignee: Ivan Rubinson
URL:
Whiteboard:
Keywords: difficultyBeginner, easyHack, skillCpp, topicCleanup
Depends on:
Blocks:
 
Reported: 2013-02-26 15:34 UTC by Michael Meeks
Modified: 2015-12-15 16:27 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Meeks 2013-02-26 15:34:37 UTC
I was reading: framework/source/fwe/classes/addonsoptions.cxx and was annoyed to see great blocks of bogus comments for tiny otherwise readable methods of the form:

//*****************************************************************************************************************
//  constructor
//*****************************************************************************************************************

or:

//*****************************************************************************************************************
//  private method
//*****************************************************************************************************************

Those should all be ripped out with prejudice, and any others nearby as well to make the code more readable :-)

Thanks !
Comment 1 Ivan Rubinson 2013-03-06 14:54:50 UTC
I could do that.
Comment 2 Ivan Rubinson 2013-03-08 10:03:06 UTC
Done
Comment 3 Robinson Tryon (qubit) 2015-12-15 16:27:27 UTC
Migrating Whiteboard tags to Keywords: (EasyHack,DifficultyBeginner,SkillCpp,TopicCleanup)
[NinjaEdit]