]> git.lyx.org Git - lyx.git/commit
Fix a bunch of small performance issues spotted by cppcheck
authorJean-Marc <lasgouttes@lyx.org>
Sat, 5 Jul 2014 17:13:10 +0000 (19:13 +0200)
committerJean-Marc <lasgouttes@lyx.org>
Sat, 5 Jul 2014 17:13:10 +0000 (19:13 +0200)
commit93a43742a5f1db8a632233c15e2b8d61b4835f3a
treeaa6347353ef6d0dda19418e5aeff283b67d0e97d
parent1cdbb94ff53ba2e73d60aecd53c7b9b44b042701
Fix a bunch of small performance issues spotted by cppcheck

Most of these are about passing const strings parameters as references.
24 files changed:
src/Buffer.cpp
src/Buffer.h
src/BufferParams.cpp
src/BufferParams.h
src/Encoding.cpp
src/Encoding.h
src/LaTeX.cpp
src/Language.h
src/LayoutFile.h
src/PDFOptions.cpp
src/PDFOptions.h
src/frontends/qt4/GuiErrorList.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiViewSource.cpp
src/graphics/PreviewLoader.cpp
src/insets/InsetExternal.cpp
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h
src/mathed/MathExtern.cpp
src/output_plaintext.cpp
src/output_xhtml.cpp
src/sgml.cpp
src/sgml.h
src/tex2lyx/tex2lyx.cpp