summaryrefslogtreecommitdiffstats
path: root/include/sfx2/sfxhtml.hxx
diff options
context:
space:
mode:
authorPalenik Mihály <palenik.mihaly@gmail.com>2013-07-25 15:15:25 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-08-06 09:04:41 +0000
commitaf8390dd6fd280ed3ac5178c93707958d7ea4bbd (patch)
tree137fcf46dcd57dacaff324248cf5f60e0aee726e /include/sfx2/sfxhtml.hxx
parentoffapi: fix doxygen warnings in awt::MessageBoxResults (diff)
downloadcore-af8390dd6fd280ed3ac5178c93707958d7ea4bbd.tar.gz
core-af8390dd6fd280ed3ac5178c93707958d7ea4bbd.zip
Change String to OUString in some class.
I changed String class to OUString class in the following: SwHTMLPosFlyFrm, CSS1Parser, SvxCSS1Parser, SwCSS1Parser classes, CSS1PropEntry struct and htmlctxt.cxx file. Change-Id: I5d474a62c28ff3ee3848abb414acdf1b69492278 Reviewed-on: https://gerrit.libreoffice.org/5234 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'include/sfx2/sfxhtml.hxx')
-rw-r--r--include/sfx2/sfxhtml.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxhtml.hxx b/include/sfx2/sfxhtml.hxx
index 7569afe483c2..1c93b5da831f 100644
--- a/include/sfx2/sfxhtml.hxx
+++ b/include/sfx2/sfxhtml.hxx
@@ -84,7 +84,7 @@ protected:
// End of an asynchronous file download. Returns TRUE if the download
// was successful. The read file is then passed into String.
- sal_Bool FinishFileDownload( String& rStr );
+ sal_Bool FinishFileDownload( OUString& rStr );
// Returns TRUE if a file was downloaded and if FileDownloadFinished
// has not yet been called