diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-01 12:22:42 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-04-01 11:11:04 +0000 |
commit | 88e5fa24eab7b89e946a340e9cf75951cbbffd79 (patch) | |
tree | 4e76bfae2a8482f1f37625d8fbbe08fbb6486a1d /sw/inc/docstyle.hxx | |
parent | 73480e7a18536b62d314929fbfe27a8f2c0a03cc (diff) |
loplugin:constantparam in sw
Change-Id: I68f1594ca3f647d055f5087def74452452f86910
Reviewed-on: https://gerrit.libreoffice.org/23718
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r-- | sw/inc/docstyle.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx index a2d280ab594d..df1d070208de 100644 --- a/sw/inc/docstyle.hxx +++ b/sw/inc/docstyle.hxx @@ -75,8 +75,7 @@ public: SwDocStyleSheet( SwDoc& rDoc, const OUString& rName, SwDocStyleSheetPool* pPool, - SfxStyleFamily eFam, - sal_uInt16 nMask); + SfxStyleFamily eFam); SwDocStyleSheet( const SwDocStyleSheet& ); |