summaryrefslogtreecommitdiff
path: root/sw/source/ui/dochdl/gloshdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/dochdl/gloshdl.cxx')
-rw-r--r--sw/source/ui/dochdl/gloshdl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dochdl/gloshdl.cxx b/sw/source/ui/dochdl/gloshdl.cxx
index a56454d9db9c..dac5f794051f 100644
--- a/sw/source/ui/dochdl/gloshdl.cxx
+++ b/sw/source/ui/dochdl/gloshdl.cxx
@@ -437,7 +437,7 @@ sal_Bool SwGlossaryHdl::Expand( const String& rShortName,
{
// get group name with path-extension
String sTitle;
- String sGroupName = pGlossaryList->GetGroupName(i - 1, sal_False, &sTitle);
+ String sGroupName = pGlossaryList->GetGroupName(i - 1, false, &sTitle);
if(sGroupName == pGlossary->GetName())
continue;
sal_uInt16 nBlockCount = pGlossaryList->GetBlockCount(i -1);