diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-01 08:30:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-01 08:30:28 +0200 |
commit | 40971354138e14a2aacfa4605ba0c096e000d578 (patch) | |
tree | b5812c6265a3900bd2cf47304ab1e470b3b953c5 /include/svtools/htmlout.hxx | |
parent | 5e913234da65484778d53179ee2005aec01d0f0e (diff) |
loplugin:unuseddefaultparam in svtools
Change-Id: I4e9712bea0cc8cf2d48759738806a584dda8268e
Diffstat (limited to 'include/svtools/htmlout.hxx')
-rw-r--r-- | include/svtools/htmlout.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx index 50d2c8b8cf06..1547550b5bb8 100644 --- a/include/svtools/htmlout.hxx +++ b/include/svtools/htmlout.hxx @@ -66,8 +66,7 @@ struct HTMLOutFuncs SVT_DLLPUBLIC static SvStream& Out_String( SvStream&, const OUString&, rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252, OUString *pNonConvertableChars = nullptr ); - SVT_DLLPUBLIC static SvStream& Out_Hex( SvStream&, sal_uLong nHex, sal_uInt8 nLen, - rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252 ); + SVT_DLLPUBLIC static SvStream& Out_Hex( SvStream&, sal_uLong nHex, sal_uInt8 nLen ); SVT_DLLPUBLIC static SvStream& Out_Color( SvStream&, const Color&, rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252 ); SVT_DLLPUBLIC static SvStream& Out_ImageMap( SvStream&, const OUString&, const ImageMap&, const OUString&, |