Issue 121162

Summary: Constants of group ImageScaleMode should be in UPPERCASE
Product: App Dev Reporter: bmarcelly <marcelly.bernard>
Component: apiAssignee: Ariel Constenla-Haile <arielch>
Status: CLOSED FIXED QA Contact:
Severity: Normal    
Priority: P3 CC: arielch, issues, marcelly.bernard
Version: 3.3.0 or older (OOo)   
Target Milestone: 4.0.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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