diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-26 11:39:31 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2009-11-26 11:39:31 +0100 |
commit | 1a84a8f2b2aea31b5e1762c285608993f0a941e2 (patch) | |
tree | 4ea90b58cc94ee221537efb4ee07914898e78114 /sfx2 | |
parent | 4a8c1c6afd7db2b3e58534f6af15edf603d4f6ae (diff) |
#i10000#
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/frmload.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/view/frmload.cxx b/sfx2/source/view/frmload.cxx index 722775df4cc2..5aec53b70baa 100644 --- a/sfx2/source/view/frmload.cxx +++ b/sfx2/source/view/frmload.cxx @@ -593,9 +593,9 @@ sal_Bool SAL_CALL SfxFrameLoader_Impl::load( const Sequence< PropertyValue >& rA if ( !bExternalModel ) { pTargetFrame->GetCurrentViewFrame()->UpdateDocument_Impl(); - String sURL = xDoc->GetMedium()->GetName(); - if ( sURL.Len() ) - SFX_APP()->Broadcast( SfxStringHint( SID_OPENURL, sURL ) ); + String sDocumentURL = xDoc->GetMedium()->GetName(); + if ( sDocumentURL.Len() ) + SFX_APP()->Broadcast( SfxStringHint( SID_OPENURL, sDocumentURL ) ); } bLoadSuccess = sal_True; |