diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-14 13:41:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-15 08:27:25 +0200 |
commit | b47cb646ff2a62fcd3fac0e453a7261bbaefbcb7 (patch) | |
tree | 49a2dc78e998baa77212776d7d94fb8d72dc0f00 /sw/inc/authfld.hxx | |
parent | 89e0663c55f7f1763536a345d63111115c71ef26 (diff) |
loplugin:constantparam
Change-Id: I270e068b3c83e966e741b0a072fecce9d92d53f5
Diffstat (limited to 'sw/inc/authfld.hxx')
-rw-r--r-- | sw/inc/authfld.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/authfld.hxx b/sw/inc/authfld.hxx index 8f371e84e6a3..7228b63b27dc 100644 --- a/sw/inc/authfld.hxx +++ b/sw/inc/authfld.hxx @@ -153,7 +153,7 @@ class SwAuthorityField : public SwField public: /// For internal use only, in general continue using ExpandField() instead. - OUString ConditionalExpand(ToxAuthorityField eField) const; + OUString ConditionalExpandAuthIdentifier() const; //To handle Citation SW_DLLPUBLIC OUString ExpandCitation(ToxAuthorityField eField) const; |