diff options
-rw-r--r-- | sw/source/uibase/shells/textglos.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
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(); } |