summaryrefslogtreecommitdiff
path: root/sfx2/source/inet/inettbc.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-11-28 10:26:26 +0000
committerMathias Bauer <mba@openoffice.org>2001-11-28 10:26:26 +0000
commit97d4175087e1d41ae916af7b8cfc6fbe9b8367d7 (patch)
treeba63c707b3b2697e5d78cb77f5010ced9d9543bb /sfx2/source/inet/inettbc.cxx
parentc478e49042e154bd407677d174ae497c847e08f9 (diff)
#92361#: replace empty documents
Diffstat (limited to 'sfx2/source/inet/inettbc.cxx')
-rw-r--r--sfx2/source/inet/inettbc.cxx7
1 files changed, 3 insertions, 4 deletions
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() )
{