mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
initialize footnotekind int LyXParagraph()
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@523 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2b5bee943a
commit
bae0021420
@ -1,6 +1,7 @@
|
||||
2000-02-03 Lars Gullik Bjønnes <larsbj@lyx.org>
|
||||
|
||||
* src/paragraph.C (SimpleDocBookOneTablePar): initialize column to 0
|
||||
(LyXParagraph): initalize footnotekind.
|
||||
|
||||
* src/lyxrc.C (output): added case RC_DATE_INSERT_FORMAT. Jug
|
||||
forgot this when applying the patch. Please heed the warnings.
|
||||
|
@ -73,7 +73,8 @@ LyXParagraph::LyXParagraph()
|
||||
insettable = 0;
|
||||
#endif
|
||||
footnoteflag = LyXParagraph::NO_FOOTNOTE;
|
||||
|
||||
footnotekind = LyXParagraph::FOOTNOTE; // should not be needed
|
||||
|
||||
align = LYX_ALIGN_BLOCK;
|
||||
|
||||
/* table stuff -- begin*/
|
||||
|
Loading…
Reference in New Issue
Block a user