diff options
author | Palenik Mihály <palenik.mihaly@gmail.com> | 2013-07-25 09:37:58 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-08-05 14:48:10 +0200 |
commit | bd19e78f62a71bfe7bb6c6634cb021b1e26ef71a (patch) | |
tree | 1608d2857470a59d9e4b10a437b49dec9791a1a0 /include/svtools/htmlout.hxx | |
parent | 76feaf83f2ea5f1abcc7fd01d53f501648667bc6 (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.hxx | 6 |
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 ); |