]> git.lyx.org Git - lyx.git/commit
Fix coverity-detected issue CID 403672
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 20 Oct 2023 07:35:55 +0000 (09:35 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 20 Oct 2023 07:35:55 +0000 (09:35 +0200)
commit33da28e5a5020ef4e04bb144b936a910107c3774
tree1b166fe1c2b4cfd23e39827825a53c19397d0789
parent99ecdd6cebaaaf6bf8e8123411475d26df9c358c
Fix coverity-detected issue CID 403672

Error handling issues  (CHECKED_RETURN)
Calling "translateString" without checking return value
(as is done elsewhere 15 out of 18 times).

AFAICS we do not need the boolean return value in these two cases.
src/insets/InsetInfo.cpp