mirror of https://github.com/apache/poi.git
Fix to 24519. getCustomPalette now works on the head with a newly created workbook
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f71037f448
commit
8dc8c41f19
|
@ -311,7 +311,6 @@ public class Workbook implements Model {
|
|||
{
|
||||
records.add( retval.createStyle( k ) );
|
||||
}
|
||||
retval.records.setPalettepos( records.size() );
|
||||
records.add( retval.createUseSelFS() );
|
||||
for ( int k = 0; k < 1; k++ )
|
||||
{ // now just do 1
|
||||
|
|
Loading…
Reference in New Issue