endnote work: text following endnote reference is now Normal CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/text/fmt/xp/fl_DocListener.cpp CVS: src/text/fmt/xp/fl_SectionLayout.cpp CVS: src/text/fmt/xp/fv_View.cpp CVS: src/text/ptbl/xp/pt_PT_ChangeSpan.cpp CVS: src/text/ptbl/xp/pt_PT_InsertSpan.cpp CVS: ----------------------------------------------------------------------
The problem was that setting a style of Normal was the wrong thing to do; that (like most of the other styles) was a paragraph style. The endnote ref style is a character style; it's the only default character style, in fact. In any case, I extended my no-leaking-props fix so that the 'style' prop wouldn't leak out of endnotes (or any other field). pat
