ww8par5.cxx (497ff032) ww8par5.cxx (2650be22)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3363 unchanged lines hidden (view full) ---

3372 aNumberEntrySeparator.sText = String::CreateFromAscii(" ");
3373 aPattern.insert( ++aIt, aNumberEntrySeparator );
3374 pForm->SetPattern( nStyleLevel, aPattern );
3375 }
3376 }
3377 }
3378 }
3379 if ( pForm )
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3363 unchanged lines hidden (view full) ---

3372 aNumberEntrySeparator.sText = String::CreateFromAscii(" ");
3373 aPattern.insert( ++aIt, aNumberEntrySeparator );
3374 pForm->SetPattern( nStyleLevel, aPattern );
3375 }
3376 }
3377 }
3378 }
3379 if ( pForm )
3380 {
3380 pBase->SetTOXForm( *pForm );
3381 pBase->SetTOXForm( *pForm );
3381 // <--
3382 delete pForm;
3383 }
3382 }
3383
3384 if (eCreateFrom)
3385 pBase->SetCreate(eCreateFrom);
3386 EnsureMaxLevelForTemplates(*pBase);
3387 }
3388 break;
3389 case TOX_ILLUSTRATIONS:

--- 422 unchanged lines hidden ---
3384 }
3385
3386 if (eCreateFrom)
3387 pBase->SetCreate(eCreateFrom);
3388 EnsureMaxLevelForTemplates(*pBase);
3389 }
3390 break;
3391 case TOX_ILLUSTRATIONS:

--- 422 unchanged lines hidden ---