- Timestamp:
- 06/10/08 18:27:21 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_CO/com/scenari/s/co/transform/img/ExtraImgProps.java
r10822 r11180 110 110 if (vVal != null && vVal.length() > 0) setLimitCharSize(Float.parseFloat(vVal)); 111 111 vVal = pAttributes.getValue(ROTATEFORBIDDEN_ATT); 112 setRotateForbidden(Boolean. getBoolean(vVal));112 setRotateForbidden(Boolean.parseBoolean(vVal)); 113 113 } 114 114 }
Note: See TracChangeset
for help on using the changeset viewer.