]> git.lyx.org Git - lyx.git/commit
Use empty() to check empty and non-empty'ness not size()
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sun, 21 Oct 2012 19:14:16 +0000 (21:14 +0200)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Fri, 26 Oct 2012 23:25:38 +0000 (01:25 +0200)
commit43f6b1672b5ef442b4e9b7e4f7ea76dc14ac4fc8
tree23ad5102ab3991c24e0714b153c2cf2b01b87974
parent62394258dacddc8d71a52adcecad0d7e8166db66
Use empty() to check empty and non-empty'ness not size()

Also add FormatList::empty().
29 files changed:
src/BiblioInfo.cpp
src/Cursor.cpp
src/Format.h
src/KeySequence.cpp
src/Paragraph.cpp
src/client/client.cpp
src/frontends/qt4/GuiPrefs.cpp
src/frontends/qt4/GuiToolbar.cpp
src/frontends/qt4/Menus.cpp
src/graphics/GraphicsLoader.cpp
src/lyxfind.cpp
src/mathed/CommandInset.cpp
src/mathed/InsetMathBox.cpp
src/mathed/InsetMathExInt.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathScript.cpp
src/mathed/InsetMathXArrow.cpp
src/mathed/InsetMathXYArrow.cpp
src/mathed/MathAutoCorrect.cpp
src/mathed/MathData.cpp
src/mathed/MathExtern.cpp
src/mathed/MathMacro.cpp
src/mathed/MathMacroTemplate.cpp
src/mathed/MathParser.cpp
src/rowpainter.cpp
src/support/docstring.cpp
src/support/weighted_btree.h
src/tex2lyx/text.cpp