]> git.lyx.org Git - lyx.git/commit
Greyed out notes do produce output, which means that their counters need
authorRichard Heck <rgheck@comcast.net>
Mon, 20 Dec 2010 22:33:12 +0000 (22:33 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 20 Dec 2010 22:33:12 +0000 (22:33 +0000)
commit2b3953404217eae5082a9eab6ca56c0292e525bd
tree6d65f320acc0c6b6475139d65a18569aeb3adfe4
parent68aa0b5b91c3c7c0b1f410e78d61bd3d266832dc
Greyed out notes do produce output, which means that their counters need
to be treated as part of the document. For example, the footnote numbers
in LyX are wrong prior to this patch.

This will also affect word and character count, but should not affect
anything else. If that seems wrong, we can either (a) explicitly exclude
notes from the word count or else (b) introduce
  bool countWordsInInset() const;
and call that, instead.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36976 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetNote.h