summaryrefslogtreecommitdiff
path: root/sw/source/uibase/dochdl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-22 10:58:54 +0200
committerNoel Grandin <noel@peralex.com>2016-03-22 11:47:35 +0200
commit9585c8b8c8d8724cc1bad4a2060c828c15599929 (patch)
tree170c8fc738aa1ebfdd554b1faa0aac47e2dc4f64 /sw/source/uibase/dochdl
parent23391fdb5cffb62006415ad1f4c96b6ed5d50cf8 (diff)
loplugin:constantparam in sw
Change-Id: I56925a8fd776b3ee787cc26adbaa08c58dd022c0
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);