mirror of https://github.com/apache/poi.git
[bug-64972] HSSFPictureData#getPictureType() should return 0 for unknown picture type (to be consistent with other implementations)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
93c8c1540e
commit
e1bb2cca33
|
@ -121,7 +121,7 @@ public class HSSFPictureData implements PictureData
|
|||
}
|
||||
|
||||
/**
|
||||
* @return the POI internal image type, 0 if not unknown image type (was -1 prior to 5.0.0 but
|
||||
* @return the POI internal image type, 0 if unknown image type (was -1 prior to 5.0.0 but
|
||||
* that was inconsistent with other {@link PictureData} implementations)
|
||||
*
|
||||
* @see Workbook#PICTURE_TYPE_DIB
|
||||
|
|
Loading…
Reference in New Issue