summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/textglos.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/shells/textglos.cxx')
-rw-r--r--sw/source/ui/shells/textglos.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/textglos.cxx b/sw/source/ui/shells/textglos.cxx
index e2e5b8b630b7..09de6949d8c0 100644
--- a/sw/source/ui/shells/textglos.cxx
+++ b/sw/source/ui/shells/textglos.cxx
@@ -119,7 +119,7 @@ void SwTextShell::ExecGlossary(SfxRequest &rReq)
if ( fnSetActGroup )
(*fnSetActGroup)( aGroup );
pGlosHdl->SetCurGroup(aGroup, sal_True);
- rReq.SetReturnValue(SfxBoolItem(nSlot, pGlosHdl->InsertGlossary( aName )));
+ rReq.SetReturnValue(SfxBoolItem(nSlot, pGlosHdl->InsertGlossary( aName ) ? sal_True : sal_False));
rReq.Done();
}
}