]> git.lyx.org Git - features.git/commit
Fix a few rename inconsistencies discovered by JMarc in insets and mathed, step 2
authorBo Peng <bpeng@lyx.org>
Wed, 25 Apr 2007 16:12:54 +0000 (16:12 +0000)
committerBo Peng <bpeng@lyx.org>
Wed, 25 Apr 2007 16:12:54 +0000 (16:12 +0000)
commit176715bd567758b914a8ebaa2eb8c32f9770a8c7
treeaf0354cbd9af9c67347dd2f4fd3d4bdc64924d5c
parent6e3a75969b97a5db4c80c46be49d4deb122abfe7
Fix a few rename inconsistencies discovered by JMarc in insets and mathed, step 2

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17992 a592a061-630c-0410-9148-cb99ea01b6c8
22 files changed:
src/insets/InsetCitation.cpp [new file with mode: 0644]
src/insets/InsetCitation.h [new file with mode: 0644]
src/insets/InsetCite.cpp [deleted file]
src/insets/InsetCite.h [deleted file]
src/insets/InsetPageBreak.cpp [deleted file]
src/insets/InsetPageBreak.h [deleted file]
src/insets/InsetPagebreak.cpp [new file with mode: 0644]
src/insets/InsetPagebreak.h [new file with mode: 0644]
src/mathed/CommandInset.cpp [new file with mode: 0644]
src/mathed/CommandInset.h [new file with mode: 0644]
src/mathed/InsetMathCommand.cpp [deleted file]
src/mathed/InsetMathCommand.h [deleted file]
src/mathed/InsetMathMacro.cpp [deleted file]
src/mathed/InsetMathMacro.h [deleted file]
src/mathed/MathArray.cpp [new file with mode: 0644]
src/mathed/MathArray.h [new file with mode: 0644]
src/mathed/MathData.cpp [deleted file]
src/mathed/MathData.h [deleted file]
src/mathed/MathMacro.cpp [new file with mode: 0644]
src/mathed/MathMacro.h [new file with mode: 0644]
src/mathed/MathReplace.h [deleted file]
src/mathed/ReplaceData.h [new file with mode: 0644]