From 97d4175087e1d41ae916af7b8cfc6fbe9b8367d7 Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Wed, 28 Nov 2001 10:26:26 +0000 Subject: #92361#: replace empty documents --- sfx2/source/inet/inettbc.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sfx2/source/inet/inettbc.cxx') diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx index 39007b441751..3e59e5f1e01d 100644 --- a/sfx2/source/inet/inettbc.cxx +++ b/sfx2/source/inet/inettbc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: inettbc.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: mba $ $Date: 2001-09-10 16:37:27 $ + * last change: $Author: mba $ $Date: 2001-11-28 11:25:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -164,8 +164,7 @@ void SfxURLToolBoxControl_Impl::OpenURL( const String& rName, BOOL bNew ) const aSet.Put( SfxStringItem( SID_FILE_NAME, aName ) ); aSet.Put( SfxFrameItem( SID_DOCFRAME , pViewFrame ? pViewFrame->GetFrame() : 0 ) ); aSet.Put( SfxStringItem( SID_REFERER, DEFINE_CONST_UNICODE(SFX_REFERER_USER) ) ); - if ( bNew ) - aSet.Put( SfxStringItem( SID_TARGETNAME, String::CreateFromAscii("_blank") ) ); + aSet.Put( SfxStringItem( SID_TARGETNAME, String::CreateFromAscii("_default") ) ); if ( aFilter.Len() ) { -- cgit >distro/cib/libreoffice-5-2