]> git.lyx.org Git - features.git/commit
InsetCommandParams() now takes an InsetCode rather than a string.
authorRichard Heck <rgheck@comcast.net>
Fri, 19 Oct 2007 17:22:55 +0000 (17:22 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 19 Oct 2007 17:22:55 +0000 (17:22 +0000)
commite158e07c29a2066ac408d1b0038382623180da9c
tree2515b4e90e092f19eb267e8889ccf47d3fcf2713
parentb6c89e2db07a7838c56a94510c79854b23f9810e
InsetCommandParams() now takes an InsetCode rather than a string.

These changes are just adaptations to the new signature.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21072 a592a061-630c-0410-9148-cb99ea01b6c8
23 files changed:
src/LyXFunc.cpp
src/Paragraph.cpp
src/Text3.cpp
src/factory.cpp
src/frontends/qt4/GuiDialog.cpp
src/frontends/qt4/GuiInclude.cpp
src/frontends/qt4/GuiRef.cpp
src/frontends/qt4/GuiToc.cpp
src/insets/Inset.cpp
src/insets/InsetBibitem.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetCitation.h
src/insets/InsetCommand.cpp
src/insets/InsetCommandParams.cpp
src/insets/InsetCommandParams.h
src/insets/InsetFloatList.cpp
src/insets/InsetHFill.cpp
src/insets/InsetInclude.cpp
src/insets/InsetLabel.cpp
src/insets/InsetRef.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathRef.cpp
src/mathed/MathFactory.cpp