summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/uibase/shells/textglos.cxx3
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();
}