]> git.lyx.org Git - features.git/commit
Fix and improves labels and references in mathed.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 4 Mar 2008 12:22:48 +0000 (12:22 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 4 Mar 2008 12:22:48 +0000 (12:22 +0000)
commitde5fb7caf9b0a86ad504b2ecaccc9c527308b7bd
treecc2faf94ad81f3478b34e68de6ce98e117d7c788
parent81a42b82f44657a2eef36651ac23afbdb6099198
Fix and improves labels and references in mathed.

* InsetMathHull:
- label_: now is a vector of InsetLabel instead of docstring
- addToToc() and updateLabels() update the existing labels.
- nonum_ : use bool instead of int

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23435 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h