]> git.lyx.org Git - features.git/commit
Changes LayoutList from a vector<LayoutPtr> to a vector<Layout>.
authorRichard Heck <rgheck@comcast.net>
Thu, 6 Mar 2008 20:01:30 +0000 (20:01 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 6 Mar 2008 20:01:30 +0000 (20:01 +0000)
commitf401ce5d29cd83ace9d1925cc8c24ceb7a6a41e6
treefc31cf543489260f2da0e0cb278ee43c6401bf5d
parente7d3e98546fdba2af4fe6f31d3a4a1441e81757f
Changes LayoutList from a vector<LayoutPtr> to a vector<Layout>.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23519 a592a061-630c-0410-9148-cb99ea01b6c8
21 files changed:
src/CutAndPaste.cpp
src/LaTeXFeatures.cpp
src/Layout.cpp
src/LayoutPtr.h
src/Paragraph.cpp
src/Paragraph.h
src/Text.cpp
src/Text2.cpp
src/Text3.cpp
src/TextClass.cpp
src/TextClass.h
src/TextMetrics.cpp
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiToolbar.cpp
src/insets/InsetERT.cpp
src/insets/InsetEnvironment.cpp
src/insets/InsetEnvironment.h
src/output_docbook.cpp
src/output_latex.cpp
src/tex2lyx/Context.cpp
src/tex2lyx/text.cpp