summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/fldmgr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-08 13:13:59 +0200
committerNoel Grandin <noel@peralex.com>2016-03-09 10:07:45 +0200
commitc09b3e32372537be739182b02ae83a96386d1e1c (patch)
tree04e93ba798e8c36363792f2ba903b0f9c4ba21ea /sw/source/uibase/inc/fldmgr.hxx
parentaf74913da2b63857a248ac8fc4fa438b7a8663ec (diff)
loplugin:constantparam in sw
Change-Id: I8fa1af4a34770b71f6f4bb28b3313edf4875322b
Diffstat (limited to 'sw/source/uibase/inc/fldmgr.hxx')
-rw-r--r--sw/source/uibase/inc/fldmgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/fldmgr.hxx b/sw/source/uibase/inc/fldmgr.hxx
index d80a0348e927..65e91492ed78 100644
--- a/sw/source/uibase/inc/fldmgr.hxx
+++ b/sw/source/uibase/inc/fldmgr.hxx
@@ -167,7 +167,7 @@ public:
// access via TypeId from the dialog
// Ids for a range of fields
static const SwFieldGroupRgn& GetGroupRange(bool bHtmlMode, sal_uInt16 nGrpId);
- static sal_uInt16 GetGroup(bool bHtmlMode, sal_uInt16 nTypeId, sal_uInt16 nSubType = 0);
+ static sal_uInt16 GetGroup(sal_uInt16 nTypeId, sal_uInt16 nSubType = 0);
// the current field's TypeId
sal_uInt16 GetCurTypeId() const;