summaryrefslogtreecommitdiff
path: root/sw/inc/dbfld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-01 12:22:42 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-04-01 11:11:04 +0000
commit88e5fa24eab7b89e946a340e9cf75951cbbffd79 (patch)
tree4e76bfae2a8482f1f37625d8fbbe08fbb6486a1d /sw/inc/dbfld.hxx
parent73480e7a18536b62d314929fbfe27a8f2c0a03cc (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/dbfld.hxx')
-rw-r--r--sw/inc/dbfld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/dbfld.hxx b/sw/inc/dbfld.hxx
index 3e996288f038..ef00108213e1 100644
--- a/sw/inc/dbfld.hxx
+++ b/sw/inc/dbfld.hxx
@@ -247,7 +247,7 @@ public:
class SW_DLLPUBLIC SwDBNameField : public SwDBNameInfField
{
public:
- SwDBNameField(SwDBNameFieldType*, const SwDBData& rDBData, sal_uLong nFormat = 0);
+ SwDBNameField(SwDBNameFieldType*, const SwDBData& rDBData);
virtual OUString Expand() const override;
virtual SwField* Copy() const override;