]> source.dussan.org Git - poi.git/commit
avoid NPE when calling methods from the superclass and initialize XSSFChartSheet...
authorYegor Kozlov <yegor@apache.org>
Tue, 3 Nov 2009 23:54:58 +0000 (23:54 +0000)
committerYegor Kozlov <yegor@apache.org>
Tue, 3 Nov 2009 23:54:58 +0000 (23:54 +0000)
commit70e958022610fd290c05f5c1ba4d1e20d4b90a7f
treecfe450f27c52b076d4633fbeba3111b3b59e9d80
parent08da3a6bfa1a83131c7aee3300fb39929ba18b4b
avoid NPE when calling methods from the superclass and initialize XSSFChartSheet with a blank sheet, see Bugzilla 48087

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@832622 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChartSheet.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFChartSheet.java [new file with mode: 0644]
test-data/spreadsheet/chart_sheet.xlsx [new file with mode: 0644]