diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-22 23:43:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-23 09:02:24 +0100 |
commit | fee307d452753efbcb3d450e6a5dcd945ba41463 (patch) | |
tree | 0ab62d23800a21951280546b5971d49b2d75f458 /svtools/inc | |
parent | 17b8373171e52e6ce4c5ecf5074082f76cb36118 (diff) |
deugly HTMLOutFuncs::ConvertStringToHTML
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/htmlout.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/inc/svtools/htmlout.hxx b/svtools/inc/svtools/htmlout.hxx index e0099626094c..588e6658d42e 100644 --- a/svtools/inc/svtools/htmlout.hxx +++ b/svtools/inc/svtools/htmlout.hxx @@ -68,9 +68,9 @@ struct HTMLOutFuncs static const sal_Char sNewLine[]; // \015\012 #endif - SVT_DLLPUBLIC static void ConvertStringToHTML( const String& sSrc, ByteString& rDest, + SVT_DLLPUBLIC static rtl::OString ConvertStringToHTML( const String& sSrc, rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252, - String *pNonConvertableChars = 0); + String *pNonConvertableChars = 0 ); SVT_DLLPUBLIC static SvStream& Out_AsciiTag( SvStream&, const sal_Char* pStr, sal_Bool bOn = sal_True, |