Issue 121162 - Constants of group ImageScaleMode should be in UPPERCASE
Summary: Constants of group ImageScaleMode should be in UPPERCASE
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal
Target Milestone: 4.0.0
Assignee: Ariel Constenla-Haile
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-04 18:46 UTC by bmarcelly
Modified: 2017-05-20 09:32 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bmarcelly 2012-10-04 18:46:31 UTC
In the constants group com.sun.star.awt.ImageScaleMode the names of the constants are written in lower case (except first letter).

This is not in accordance with the usual rule : constants (and enums) are written in all uppercase. See numerous examples in the same section com.sun.star.awt. 

Also, correct this typo error : the term anisotropicly (appears 4 times) should be written : anisotropically.
Comment 1 SVN Robot 2012-12-23 19:20:18 UTC
"arielch" committed SVN revision 1425511 into trunk:
i121162 -  ImageScaleMode constants should be in UPPERCASE
Comment 2 Ariel Constenla-Haile 2012-12-23 19:20:53 UTC
Fixed on trunk