summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/dochdl')
-rw-r--r--sw/source/uibase/dochdl/gloshdl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/dochdl/gloshdl.cxx b/sw/source/uibase/dochdl/gloshdl.cxx
index 581189b35aee..630149f39d9b 100644
--- a/sw/source/uibase/dochdl/gloshdl.cxx
+++ b/sw/source/uibase/dochdl/gloshdl.cxx
@@ -45,7 +45,6 @@
#include <gloslst.hxx>
#include <swdtflvr.hxx>
#include <docsh.hxx>
-#include <crsskip.hxx>
#include <dochdl.hrc>
#include <swerror.h>
@@ -408,7 +407,7 @@ bool SwGlossaryHdl::Expand( const OUString& rShortName,
for(size_t i = 0; i < nGroupCount; ++i)
{
// get group name with path-extension
- const OUString sGroupName = pGlossaryList->GetGroupName(i, false);
+ const OUString sGroupName = pGlossaryList->GetGroupName(i);
if(sGroupName == pGlossary->GetName())
continue;
const sal_uInt16 nBlockCount = pGlossaryList->GetBlockCount(i);