]> git.lyx.org Git - features.git/commit
Further cleanup of InsetFlex, InsetCollapsable and InsetLayout:
authorAbdelrazak Younes <younes@lyx.org>
Sat, 3 Nov 2007 00:35:07 +0000 (00:35 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 3 Nov 2007 00:35:07 +0000 (00:35 +0000)
commit85f80979fc902450350732b15b75531825544252
tree11cccdfc82e2c91c5e51f58fb9c41dcc09f47d2b
parent09df753df4c24470617c64d25eae6df2db85dfed
Further cleanup of InsetFlex, InsetCollapsable and InsetLayout:
- Getting rid of some unneeded init() methods.
- InsetCollapsable::layout_ is now a const pointer.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21396 a592a061-630c-0410-9148-cb99ea01b6c8
12 files changed:
src/CutAndPaste.cpp
src/TextClass.cpp
src/factory.cpp
src/insets/InsetBox.cpp
src/insets/InsetBranch.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetCollapsable.h
src/insets/InsetERT.cpp
src/insets/InsetERT.h
src/insets/InsetFlex.cpp
src/insets/InsetFlex.h
src/insets/InsetNote.cpp