diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-15 09:10:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-15 09:11:37 +0200 |
commit | 67ad3dc892ea9c64792b06654c3f035a6b059a65 (patch) | |
tree | 40fb5126a46773ff933adc1c20609ecfefcca2a9 /sd | |
parent | d6740be71dec92644a14ebda4ad87b6678c6b95a (diff) |
convert include/svtools/imap*.hxx from String to OUString
Change-Id: Iacfb93a4cf9a7b7ac0ae27b9fa6f765e74604dc2
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/func/fusel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index 263569a153b4..fb7fcbba7f25 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -1158,7 +1158,7 @@ sal_Bool FuSelection::AnimateObj(SdrObject* pObj, const Point& rPos) { const IMapObject* pIMapObj = mpDoc->GetHitIMapObject( pObj, rPos, *mpWindow ); - if ( pIMapObj && pIMapObj->GetURL().Len() ) + if ( pIMapObj && !pIMapObj->GetURL().isEmpty() ) { // Jump to Document mpWindow->ReleaseMouse(); |