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:
Lars Gullik Bjønnes 2000-02-03 18:24:21 +00:00
parent 2b5bee943a
commit bae0021420
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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*/