summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-15 09:10:28 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:37 +0200
commit67ad3dc892ea9c64792b06654c3f035a6b059a65 (patch)
tree40fb5126a46773ff933adc1c20609ecfefcca2a9 /sw/source/core/frmedt
parentd6740be71dec92644a14ebda4ad87b6678c6b95a (diff)
convert include/svtools/imap*.hxx from String to OUString
Change-Id: Iacfb93a4cf9a7b7ac0ae27b9fa6f765e74604dc2
Diffstat (limited to 'sw/source/core/frmedt')
-rw-r--r--sw/source/core/frmedt/fefly1.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/frmedt/fefly1.cxx b/sw/source/core/frmedt/fefly1.cxx
index fa630b2ecac2..78f792f01566 100644
--- a/sw/source/core/frmedt/fefly1.cxx
+++ b/sw/source/core/frmedt/fefly1.cxx
@@ -1571,11 +1571,11 @@ const SwFrmFmt* SwFEShell::IsURLGrfAtPos( const Point& rPt, String* pURL,
if ( rURL.GetMap() )
{
IMapObject *pObject = pFly->GetFmt()->GetIMapObject( rPt, pFly );
- if ( pObject && pObject->GetURL().Len() )
+ if ( pObject && !pObject->GetURL().isEmpty() )
{
if( pURL )
*pURL = pObject->GetURL();
- if ( bSetTargetFrameName && pObject->GetTarget().Len() )
+ if ( bSetTargetFrameName && !pObject->GetTarget().isEmpty() )
{
bSetTargetFrameName = false;
*pTargetFrameName = pObject->GetTarget();