]> git.lyx.org Git - features.git/commit
General cleanup: Text is (or should be) nothing more than InsetText private implement...
authorAbdelrazak Younes <younes@lyx.org>
Sun, 9 Aug 2009 15:05:36 +0000 (15:05 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sun, 9 Aug 2009 15:05:36 +0000 (15:05 +0000)
commite8674d6141a5611aff74b1865b5d17549d101545
treea5807bd29246d843b786aa4a3e3597dafd156b89
parent5444f386e0e410b968a0ef695447a600a545cbcc
General cleanup: Text is (or should be) nothing more than InsetText private implementation. We need access to the owner InsetText property in many cases where we instead take the Paragraph owner inset, which is the same of course. Next step is to avoid this indirection whenever possible.

I also updated InsetMathMBox so that it remains compilable, even if not used.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30940 a592a061-630c-0410-9148-cb99ea01b6c8
src/Text.h
src/Text2.cpp
src/insets/InsetText.cpp
src/mathed/InsetMathMBox.cpp
src/mathed/InsetMathMBox.h