summaryrefslogtreecommitdiff
path: root/include/svtools/htmlout.hxx
diff options
context:
space:
mode:
authorCiorba Edmond <edmond_ciorba@yahoo.com>2013-07-03 16:14:45 +0300
committerAndras Timar <atimar@suse.com>2013-07-11 12:36:20 +0200
commit5dd1b3da57862a6577717544dde56482add89170 (patch)
tree59a18786309d0f1d49b41f06485457cba7d6e5da /include/svtools/htmlout.hxx
parent31144904919cf386f7ef6941a2932bc00497ed13 (diff)
fdo#63211 - embed images in HTML export.
Change-Id: I585c85d2cee13ee8954623bd981cb372d78b7952
Diffstat (limited to 'include/svtools/htmlout.hxx')
-rw-r--r--include/svtools/htmlout.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx
index 33c76fed1876..90c32088ac93 100644
--- a/include/svtools/htmlout.hxx
+++ b/include/svtools/htmlout.hxx
@@ -68,7 +68,7 @@ struct HTMLOutFuncs
SVT_DLLPUBLIC static SvStream& Out_Char( SvStream&, sal_Unicode cChar,
HTMLOutContext& rContext,
String *pNonConvertableChars = 0 );
- SVT_DLLPUBLIC static SvStream& Out_String( SvStream&, const String&,
+ SVT_DLLPUBLIC static SvStream& Out_String( SvStream&, const OUString&,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
String *pNonConvertableChars = 0 );
SVT_DLLPUBLIC static SvStream& Out_Hex( SvStream&, sal_uLong nHex, sal_uInt8 nLen,