diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-18 16:47:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-10-18 22:02:37 +0200 |
commit | e7e5b43c4906d9f0e199f689addc29aa98916e6e (patch) | |
tree | a1d86d093601ddd410b18cc392482c05df008079 /jvmfwk | |
parent | fdad35d096dc642c80998ae8f832ebca183f545e (diff) |
crashreporting: svx::SentenceEditWindow_Impl::CreateSpellPortions()
cui/source/dialogs/SpellDialog.cxx:2005
aRet[ aRet.size() - 1 ].sText += aLeftOverText;
presumably aRet is empty() here
a) don't bother appending if aLeftOverText is empty()
b) don't crah if aRet is empty() and aLeftOverText is not
Change-Id: Ie9a9585f572d8afb17183b479fb6f2cce5952aa7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158124
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'jvmfwk')
0 files changed, 0 insertions, 0 deletions