summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-05-28 16:20:59 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-28 16:22:27 -0400
commitd5d4e2608d27130f555407b117cef7ca784583ef (patch)
tree6c4883bf8780aaefe04874210048745111aa4edc /sc/source/filter/xcl97
parent7e5fb2d5dde2bac990cd5d338e477e99613335fc (diff)
String to rtl::OUString in the external ref manager code.
And fixed the fallouts of this change to get it to build.
Diffstat (limited to 'sc/source/filter/xcl97')
-rw-r--r--sc/source/filter/xcl97/XclImpChangeTrack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/XclImpChangeTrack.cxx b/sc/source/filter/xcl97/XclImpChangeTrack.cxx
index 140bc04d9edf..5c8aac38328d 100644
--- a/sc/source/filter/xcl97/XclImpChangeTrack.cxx
+++ b/sc/source/filter/xcl97/XclImpChangeTrack.cxx
@@ -168,7 +168,7 @@ sal_Bool XclImpChangeTrack::Read3DTabRefInfo( SCTAB& rFirstTab, SCTAB& rLastTab,
// external ref - read doc and tab name and find sc tab num
// - URL
String aEncUrl( pStrm->ReadUniString() );
- String aUrl;
+ ::rtl::OUString aUrl;
bool bSelf;
XclImpUrlHelper::DecodeUrl( aUrl, bSelf, GetRoot(), aEncUrl );
pStrm->Ignore( 1 );