Re: [patch] forceDefaultParagraphs

2004-12-20 Thread Alfredo Braunstein
Angus Leeming wrote: > Alfredo Braunstein wrote: > >> This patch gets rid of Paragraph::forceDefaultParagraphs (the second user >> of Paragraph::inInset) >> >> The replacement is to call InsetBase::forceDefaultParagraph when the >> inset is available, add to add an aditional flag to OutputParams

Re: [patch] forceDefaultParagraphs

2004-12-20 Thread Angus Leeming
Alfredo Braunstein wrote: > This patch gets rid of Paragraph::forceDefaultParagraphs (the second user > of Paragraph::inInset) > > The replacement is to call InsetBase::forceDefaultParagraph when the > inset is available, add to add an aditional flag to OutputParams to be > passed down in latex()

[patch] forceDefaultParagraphs

2004-12-17 Thread Alfredo Braunstein
This patch gets rid of Paragraph::forceDefaultParagraphs (the second user of Paragraph::inInset) The replacement is to call InsetBase::forceDefaultParagraph when the inset is available, add to add an aditional flag to OutputParams to be passed down in latex() methods, when the inset is not availa