summaryrefslogtreecommitdiff
path: root/sfx2/source/inet/inettbc.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-06-14 10:31:49 +0000
committerMathias Bauer <mba@openoffice.org>2001-06-14 10:31:49 +0000
commitf5ea686f9c13c6b853ec849a21c470abd408659e (patch)
treee5103ebac113c02d1e090d468a8d31b24128b2df /sfx2/source/inet/inettbc.cxx
parent2bac405ce5350f6c1f26e2ecbd2041b67b9bc3ff (diff)
#87609#: SID_BROWSING/AddToHistory feature eliminated
Diffstat (limited to 'sfx2/source/inet/inettbc.cxx')
-rw-r--r--sfx2/source/inet/inettbc.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx
index 7e291020ba2f..bb335f0507ad 100644
--- a/sfx2/source/inet/inettbc.cxx
+++ b/sfx2/source/inet/inettbc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inettbc.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: pb $ $Date: 2001-06-11 09:14:35 $
+ * last change: $Author: mba $ $Date: 2001-06-14 11:30:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -743,7 +743,6 @@ void SfxURLBox::OpenURL( const String& rName, BOOL bNew ) const
SfxAllItemSet aSet( pViewFrame->GetPool() );
aSet.Put( SfxStringItem( SID_FILE_NAME, aName ) );
aSet.Put( SfxFrameItem( SID_DOCFRAME , pViewFrame ? pViewFrame->GetFrame() : 0 ) );
- aSet.Put( SfxBoolItem( SID_BROWSING, TRUE ) );
aSet.Put( SfxStringItem( SID_REFERER, DEFINE_CONST_UNICODE(SFX_REFERER_USER) ) );
if ( bNew )
aSet.Put( SfxStringItem( SID_TARGETNAME, String::CreateFromAscii("_blank") ) );