[LyX/master] Avoid temporary variables (spotted by Coverity Scan)

2025-02-13 Thread Jean-Marc Lasgouttes
commit 4e2b767f618b1c3ec90edd3141428067066212a2 Author: Jean-Marc Lasgouttes Date: Fri Feb 14 01:18:13 2025 +0100 Avoid temporary variables (spotted by Coverity Scan) --- src/lyxfind.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lyxfind.cpp b/src/lyxfind.

[LyX/master] avoid temporary variables (spotted by Coverity Scan)

2025-02-13 Thread Jean-Marc Lasgouttes
commit c7693e77f7b3784861ef0c9a0b64c54146a1c5cf Author: Jean-Marc Lasgouttes Date: Thu Feb 13 12:17:34 2025 +0100 avoid temporary variables (spotted by Coverity Scan) --- src/Buffer.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.

[LyX/master] avoid temporary variables (spotted by Coverity Scan)

2025-02-13 Thread Jean-Marc Lasgouttes
commit b4a982e0229ea953d458a495e56e7362c6a3b78b Author: Jean-Marc Lasgouttes Date: Thu Feb 13 11:57:11 2025 +0100 avoid temporary variables (spotted by Coverity Scan) --- src/LyXRC.cpp | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/LyXRC.cpp b/src/LyXRC.cpp i