sw/source/uibase/shells/textglos.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 8328c69858e7be8dbf82a8ec66948a3e1534a852 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Wed Oct 30 12:20:02 2024 +0000 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Thu Oct 31 09:24:42 2024 +0100 merge these lines Change-Id: Ic8bcfdd09c0f23e6584daf0e30c26aaccdab6fa6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175825 Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> Tested-by: Jenkins diff --git a/sw/source/uibase/shells/textglos.cxx b/sw/source/uibase/shells/textglos.cxx index 7faa1aa58081..6d9bb08028a6 100644 --- a/sw/source/uibase/shells/textglos.cxx +++ b/sw/source/uibase/shells/textglos.cxx @@ -53,8 +53,7 @@ void SwTextShell::ExecGlossary(SfxRequest &rReq) break; case FN_EXPAND_GLOSSARY: { - bool bReturn; - bReturn = pGlosHdl->ExpandGlossary(rReq.GetFrameWeld()); + bool bReturn = pGlosHdl->ExpandGlossary(rReq.GetFrameWeld()); rReq.SetReturnValue( SfxBoolItem( nSlot, bReturn ) ); rReq.Done(); }