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
71b808249b
commit
bfc44119e9
@ -311,7 +311,6 @@ public class Workbook implements Model {
|
|||||||
{
|
{
|
||||||
records.add( retval.createStyle( k ) );
|
records.add( retval.createStyle( k ) );
|
||||||
}
|
}
|
||||||
retval.records.setPalettepos( records.size() );
|
|
||||||
records.add( retval.createUseSelFS() );
|
records.add( retval.createUseSelFS() );
|
||||||
for ( int k = 0; k < 1; k++ )
|
for ( int k = 0; k < 1; k++ )
|
||||||
{ // now just do 1
|
{ // now just do 1
|
||||||
|
Loading…
Reference in New Issue
Block a user