summaryrefslogtreecommitdiff
path: root/sw/inc/docufld.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-02 15:52:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-02 20:52:47 +0200
commitfb8b0585d9b821d1981153f27db55b5e9d768e7b (patch)
treec419427f652facbf70fcc44a9fe628083ba87c5f /sw/inc/docufld.hxx
parent3f16306964d5bb81dda3c681bcabbacadf424e7b (diff)
loplugin:checkunusedparams in sw
Change-Id: I8a6b2647375a54720cd9fd765cc51c9ff43c8190 Reviewed-on: https://gerrit.libreoffice.org/40682 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/docufld.hxx')
-rw-r--r--sw/inc/docufld.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx
index 10bb1ac1f57d..b1fb68ff9785 100644
--- a/sw/inc/docufld.hxx
+++ b/sw/inc/docufld.hxx
@@ -529,7 +529,7 @@ class SwExtUserFieldType : public SwFieldType
public:
SwExtUserFieldType();
- static OUString Expand(sal_uInt16 nSubType, sal_uInt32 nFormat);
+ static OUString Expand(sal_uInt16 nSubType);
virtual SwFieldType* Copy() const override;
};