summaryrefslogtreecommitdiff
path: root/include/svtools/htmlout.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-04 12:03:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-05 06:23:06 +0000
commit5d22a47b4431c5718d989e738d2963d0b880d898 (patch)
treeb82a87eb09ed344dbbd368ee6b5cd6926a1a8e93 /include/svtools/htmlout.hxx
parent87ee6c044d79978d2121087f5e1a10f417adf9c7 (diff)
loplugin:countusersofdefaultparams
Change-Id: I38bfc88e85a9e5a024e982e555a0e0485a3010ad Reviewed-on: https://gerrit.libreoffice.org/28662 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svtools/htmlout.hxx')
-rw-r--r--include/svtools/htmlout.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx
index 715f0ba7534b..969d02c1086b 100644
--- a/include/svtools/htmlout.hxx
+++ b/include/svtools/htmlout.hxx
@@ -54,7 +54,7 @@ struct SVT_DLLPUBLIC HTMLOutContext
struct HTMLOutFuncs
{
SVT_DLLPUBLIC static OString ConvertStringToHTML( const OUString& sSrc,
- rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
+ rtl_TextEncoding eDestEnc,
OUString *pNonConvertableChars = nullptr );
SVT_DLLPUBLIC static SvStream& Out_AsciiTag( SvStream&, const sal_Char* pStr,
@@ -62,9 +62,9 @@ struct HTMLOutFuncs
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252);
SVT_DLLPUBLIC static SvStream& Out_Char( SvStream&, sal_Unicode cChar,
HTMLOutContext& rContext,
- OUString *pNonConvertableChars = nullptr );
+ OUString *pNonConvertableChars );
SVT_DLLPUBLIC static SvStream& Out_String( SvStream&, const OUString&,
- rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
+ rtl_TextEncoding eDestEnc,
OUString *pNonConvertableChars = nullptr );
SVT_DLLPUBLIC static SvStream& Out_Hex( SvStream&, sal_uLong nHex, sal_uInt8 nLen,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252 );
@@ -73,7 +73,7 @@ struct HTMLOutFuncs
SVT_DLLPUBLIC static SvStream& Out_ImageMap( SvStream&, const OUString&, const ImageMap&, const OUString&,
const HTMLOutEvent *pEventTable,
bool bOutStarBasic,
- const sal_Char *pDelim = nullptr,
+ const sal_Char *pDelim,
const sal_Char *pIndentArea = nullptr,
const sal_Char *pIndentMap = nullptr,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
@@ -86,7 +86,7 @@ struct HTMLOutFuncs
const OUString& rLanguage,
ScriptType eScriptType,
const OUString& rSrc,
- const OUString *pSBLibrary = nullptr,
+ const OUString *pSBLibrary,
const OUString *pSBModule = nullptr,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
OUString *pNonConvertableChars = nullptr );
@@ -95,7 +95,7 @@ struct HTMLOutFuncs
// by an entry that consists only of 0s
SVT_DLLPUBLIC static SvStream& Out_Events( SvStream&, const SvxMacroTableDtor&,
const HTMLOutEvent*, bool bOutStarBasic,
- rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
+ rtl_TextEncoding eDestEnc,
OUString *pNonConvertableChars = nullptr );
// <TD SDVAL="..." SDNUM="...">