Fix to 24519. Call to getCustomPalette() from a newly created workbook
now works git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353440 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8fcb89ec40
commit
23a825f060
@ -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
Block a user