summaryrefslogtreecommitdiff
path: root/sc/source/filter/rtf
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-01 08:37:46 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 09:09:16 +0200
commit38d967bc53d30628cfb6e67c3c3c38885209436f (patch)
tree5f3cb8d03f2c1611941bd779adb6e4d833a64e6f /sc/source/filter/rtf
parent45c2fbbc3877f77fbe8dd29bf34a5a8302ff6fd6 (diff)
convert sc/source/filter/inc/f*.hxx from String to OUString
Change-Id: I9ccc22bcafe98ec06acefb1fcea672ce15ef0dd5
Diffstat (limited to 'sc/source/filter/rtf')
-rw-r--r--sc/source/filter/rtf/rtfimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/rtf/rtfimp.cxx b/sc/source/filter/rtf/rtfimp.cxx
index b71210460232..268f8f184e74 100644
--- a/sc/source/filter/rtf/rtfimp.cxx
+++ b/sc/source/filter/rtf/rtfimp.cxx
@@ -26,7 +26,7 @@
#include "ftools.hxx"
-FltError ScFormatFilterPluginImpl::ScImportRTF( SvStream &rStream, const String& rBaseURL, ScDocument *pDoc, ScRange& rRange )
+FltError ScFormatFilterPluginImpl::ScImportRTF( SvStream &rStream, const OUString& rBaseURL, ScDocument *pDoc, ScRange& rRange )
{
ScRTFImport aImp( pDoc, rRange );
FltError nErr = (FltError) aImp.Read( rStream, rBaseURL );