summaryrefslogtreecommitdiff
path: root/sc/source/filter/rtf
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-30 13:01:29 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:49:02 +0200
commit81ea1b554de5d2d2b56a9e651b0ebd06bffc7289 (patch)
tree5b1518592db65aa1e6a4198f7fedc8080241830a /sc/source/filter/rtf
parentb0be20551ce024096615f20ea75f1dd92aa73c25 (diff)
convert sc/source/filter/inc/rtfparse.hxx from String to OUString
Change-Id: I8ec99823fd842dce9e275fc511cc9bcdf185ef7a
Diffstat (limited to 'sc/source/filter/rtf')
-rw-r--r--sc/source/filter/rtf/rtfparse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/rtf/rtfparse.cxx b/sc/source/filter/rtf/rtfparse.cxx
index 1fcabf24fe78..7ededf106e14 100644
--- a/sc/source/filter/rtf/rtfparse.cxx
+++ b/sc/source/filter/rtf/rtfparse.cxx
@@ -64,7 +64,7 @@ ScRTFParser::~ScRTFParser()
}
-sal_uLong ScRTFParser::Read( SvStream& rStream, const String& rBaseURL )
+sal_uLong ScRTFParser::Read( SvStream& rStream, const OUString& rBaseURL )
{
Link aOldLink = pEdit->GetImportHdl();
pEdit->SetImportHdl( LINK( this, ScRTFParser, RTFImportHdl ) );