diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-30 11:49:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-10-31 07:34:41 +0100 |
commit | 7fed35ff43d6e8c1e838c6fe582edd308692bab0 (patch) | |
tree | 57bc40dd19c70c36e5f3c9256e4a7b65af7926cc /include/svl | |
parent | 4cfcf965b5c95b1ba7dd454e9dda954e8315b8a9 (diff) |
loplugin:constantparam in svl,svtools
Change-Id: I0d7c1dff2646e483c866f547224c60838b221c4b
Reviewed-on: https://gerrit.libreoffice.org/44083
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/urihelper.hxx | 1 | ||||
-rw-r--r-- | include/svl/zformat.hxx | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/include/svl/urihelper.hxx b/include/svl/urihelper.hxx index 487dc92a137c..fd4039e5da8f 100644 --- a/include/svl/urihelper.hxx +++ b/include/svl/urihelper.hxx @@ -57,7 +57,6 @@ SVL_DLLPUBLIC OUString SmartRel2Abs(INetURLObject const & rTheBaseURIRef, INetURLObject::EncodeMechanism eEncodeMechanism = INetURLObject::EncodeMechanism::WasEncoded, INetURLObject::DecodeMechanism eDecodeMechanism = INetURLObject::DecodeMechanism::ToIUri, rtl_TextEncoding eCharset = RTL_TEXTENCODING_UTF8, - bool bRelativeNonURIs = false, FSysStyle eStyle = FSysStyle::Detect); SVL_DLLPUBLIC void SetMaybeFileHdl(Link<OUString *, bool> const & rTheMaybeFileHdl); diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx index 9f6305e807b3..3148e89df8a3 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -356,9 +356,7 @@ public: bool HasNewCurrency() const; // strip [$-yyy] from all [$xxx-yyy] leaving only xxx's, - // if bQuoteSymbol==true the xxx will become "xxx" - static OUString StripNewCurrencyDelimiters( const OUString& rStr, - bool bQuoteSymbol ); + static OUString StripNewCurrencyDelimiters( const OUString& rStr ); // If a new SYMBOLTYPE_CURRENCY is contained if the format is of type // css::util::NumberFormat::CURRENCY, and if so the symbol xxx and the extension nnn |