diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-13 11:39:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-13 11:39:55 +0000 |
commit | c72635492694fd62c8a0f2f63300e9fb7f1afba9 (patch) | |
tree | 80d8bb6c69d70fb185bebf7590538931c505c2eb /basctl | |
parent | e1359381cdc7728014feb6bf046d0a9aec9d6aea (diff) |
INTEGRATION: CWS ineturl1 (1.33.8); FILE MERGED
2004/12/01 17:45:35 cmc 1.33.8.3: RESYNC: (1.34-1.35); FILE MERGED
2004/10/02 12:32:47 cmc 1.33.8.2: RESYNC: (1.33-1.34); FILE MERGED
2004/09/30 16:05:37 cmc 1.33.8.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basides1.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/basides1.cxx b/basctl/source/basicide/basides1.cxx index 8abcbbe9e287..20f686b0a27a 100644 --- a/basctl/source/basicide/basides1.cxx +++ b/basctl/source/basicide/basides1.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basides1.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: obo $ $Date: 2004-11-17 15:23:37 $ + * last change: $Author: hr $ $Date: 2004-12-13 12:39:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -693,7 +693,7 @@ void __EXPORT BasicIDEShell::ExecuteGlobal( SfxRequest& rReq ) if ( pObjShell ) { SfxMedium* pMedium = pObjShell->GetMedium(); - if ( ( pMedium && aDocument == pMedium->GetURLObject().GetMainURL( INetURLObject::NO_DECODE ) ) || + if ( ( pMedium && aDocument == String(pMedium->GetURLObject().GetMainURL( INetURLObject::NO_DECODE )) ) || aDocument == pObjShell->GetTitle( SFX_TITLE_FILENAME ) ) { pShell = pObjShell; |