diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-26 16:02:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-29 09:30:07 +0200 |
commit | aca6fd651270227b44e3e67d6517b79bafb6229b (patch) | |
tree | 4db9a200c6a49f03193e3e2c85c610d44309b43f /sfx2 | |
parent | 5498a8b9c59593f025edb83b3dc20248718c43e0 (diff) |
convert include/sfx2/frmdescr.hxx from String to OUString
Change-Id: I8ba4348d92145eb73b9b5ade9f4763acbe80001e
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/frmdescr.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/frmdescr.cxx b/sfx2/source/doc/frmdescr.cxx index 6fb6a10caef6..94ad20b687a4 100644 --- a/sfx2/source/doc/frmdescr.cxx +++ b/sfx2/source/doc/frmdescr.cxx @@ -72,13 +72,13 @@ SfxItemSet* SfxFrameDescriptor::GetArgs() return pImp->pArgs; } -void SfxFrameDescriptor::SetURL( const String& rURL ) +void SfxFrameDescriptor::SetURL( const OUString& rURL ) { aURL = INetURLObject(rURL); SetActualURL( aURL ); } -void SfxFrameDescriptor::SetActualURL( const String& rURL ) +void SfxFrameDescriptor::SetActualURL( const OUString& rURL ) { aActualURL = INetURLObject(rURL); if ( pImp->pArgs ) |