summaryrefslogtreecommitdiff
path: root/include/svtools/htmlout.hxx
diff options
context:
space:
mode:
authorPalenik Mihály <palenik.mihaly@gmail.com>2013-07-25 09:37:58 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-08-05 14:48:10 +0200
commitbd19e78f62a71bfe7bb6c6634cb021b1e26ef71a (patch)
tree1608d2857470a59d9e4b10a437b49dec9791a1a0 /include/svtools/htmlout.hxx
parent76feaf83f2ea5f1abcc7fd01d53f501648667bc6 (diff)
Change String class to OUString class in two files.
I changed String class to OUString class in htmlatr.cxx and htmlbas.cxx and their dependencies. Change-Id: I3d05c9705d221b5abe02d09845cd3cdc5381e201 Reviewed-on: https://gerrit.libreoffice.org/5091
Diffstat (limited to 'include/svtools/htmlout.hxx')
-rw-r--r--include/svtools/htmlout.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svtools/htmlout.hxx b/include/svtools/htmlout.hxx
index 52c92343c61d..bc91591de49a 100644
--- a/include/svtools/htmlout.hxx
+++ b/include/svtools/htmlout.hxx
@@ -88,11 +88,11 @@ struct HTMLOutFuncs
SVT_DLLPUBLIC static SvStream& OutScript( SvStream& rStrm,
const String& rBaseURL,
const String& rSource,
- const String& rLanguage,
+ const OUString& rLanguage,
ScriptType eScriptType,
const String& rSrc,
- const String *pSBLibrary = 0,
- const String *pSBModule = 0,
+ const OUString *pSBLibrary = 0,
+ const OUString *pSBModule = 0,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,
String *pNonConvertableChars = 0 );