]> git.lyx.org Git - lyx.git/commit
Make some code that handle authors more readable
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 10 Sep 2024 13:29:36 +0000 (15:29 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 10 Sep 2024 13:32:49 +0000 (15:32 +0200)
commit3f5b836aa9f263e8680d80726cae35a245495b5a
treec9406dead6457aa879592aa454b625c4aab87f97
parent54601b55789d88e54ea82175f7e401c5cfd69585
Make some code that handle authors more readable

Create accssors authodmap() in BufferParams.

Use [] operator instead of find().

Hopefully this will avoid to confuse Coverity scan.
src/BufferParams.cpp
src/BufferParams.h
src/Text.cpp
src/insets/InsetTabular.cpp