summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
parent4ae08f617b7c05878988e7e58a5ecbf46e20ebc9 (diff)
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 'sfx2')
-rw-r--r--sfx2/source/bastyp/sfxhtml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/sfxhtml.cxx b/sfx2/source/bastyp/sfxhtml.cxx
index e45fcc1d6b54..76cb25aaca1e 100644
--- a/sfx2/source/bastyp/sfxhtml.cxx
+++ b/sfx2/source/bastyp/sfxhtml.cxx
@@ -234,7 +234,7 @@ void SfxHTMLParser::StartFileDownload(const OUString& rURL)
pDLMedium->DownLoad();
}
-sal_Bool SfxHTMLParser::FinishFileDownload( String& rStr )
+sal_Bool SfxHTMLParser::FinishFileDownload( OUString& rStr )
{
sal_Bool bOK = pDLMedium && pDLMedium->GetErrorCode()==0;
if( bOK )