mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
remove old '\n' comments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2990 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c090ca491f
commit
83bf7d7ab8
@ -1,3 +1,9 @@
|
||||
2001-11-09 Allan Rae <rae@lyx.org>
|
||||
|
||||
* paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
|
||||
'\n's after tables. Tabular and ERT inset work now makes this no
|
||||
longer necessary.
|
||||
|
||||
2001-11-07 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* minibuffer.h:
|
||||
|
@ -1378,9 +1378,6 @@ Paragraph * Paragraph::TeXOnePar(Buffer const * buf,
|
||||
break;
|
||||
default:
|
||||
// we don't need it for the last paragraph!!!
|
||||
// or for tables in floats
|
||||
// -- effectively creates a \par where there isn't one which
|
||||
// breaks a \subfigure or \subtable.
|
||||
if (next_) {
|
||||
os << '\n';
|
||||
texrow.newline();
|
||||
|
Loading…
Reference in New Issue
Block a user