]> git.lyx.org Git - features.git/commit
rename tostr.[Ch] to convert.[Ch]
authorLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 6 Jan 2005 16:39:35 +0000 (16:39 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Thu, 6 Jan 2005 16:39:35 +0000 (16:39 +0000)
commit9c2ba3c4ff17e15876a2ed6987ea44838a38d43b
tree04b20241cae31d76a68667e02a4e0f53a79ced53
parente3c9bdd0ea4e88e59a95d6a72417af659c01ff2e
rename tostr.[Ch] to convert.[Ch]

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9448 a592a061-630c-0410-9148-cb99ea01b6c8
59 files changed:
src/BufferView_pimpl.C
src/ChangeLog
src/LaTeX.C
src/MenuBackend.C
src/Spacing.C
src/buffer.C
src/bufferparams.C
src/bufferview_funcs.C
src/counters.C
src/frontends/controllers/ControlExternal.C
src/frontends/controllers/ControlGraphics.C
src/frontends/controllers/ControlPrint.C
src/frontends/controllers/ControlSpellchecker.C
src/frontends/controllers/ControlTabularCreate.C
src/frontends/xforms/ColorHandler.C
src/frontends/xforms/FontInfo.C
src/frontends/xforms/FormBox.C
src/frontends/xforms/FormColorpicker.C
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormExternal.C
src/frontends/xforms/FormFiledialog.C
src/frontends/xforms/FormGraphics.C
src/frontends/xforms/FormParagraph.C
src/frontends/xforms/FormPrint.C
src/frontends/xforms/FormSpellchecker.C
src/frontends/xforms/FormVSpace.C
src/frontends/xforms/FormWrap.C
src/frontends/xforms/XFormsMenubar.C
src/frontends/xforms/xforms_helpers.C
src/graphics/GraphicsConverter.C
src/graphics/PreviewLoader.C
src/insets/ExternalTransforms.C
src/insets/insetbibitem.C
src/insets/insetexternal.C
src/insets/insetfloat.C
src/insets/insetinclude.C
src/insets/insetwrap.C
src/lyxfind.C
src/lyxfunc.C
src/lyxrc.C
src/output_docbook.C
src/paragraph.C
src/sgml.C
src/support/ChangeLog
src/support/Makefile.am
src/support/convert.C [new file with mode: 0644]
src/support/convert.h [new file with mode: 0644]
src/support/filetools.C
src/support/lstrings.C
src/support/tempname.C
src/support/tostr.C [deleted file]
src/support/tostr.h [deleted file]
src/tabular.C
src/tex-accent.C
src/tex2lyx/text.C
src/text.C
src/text2.C
src/text3.C
src/toc.C