summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-06-11 09:16:34 +0000
committerjp <jp@openoffice.org>2001-06-11 09:16:34 +0000
commitf3a09cb2536be66c3735c751e71eee4472f7ced1 (patch)
tree8a66aee41b313f90d987f6285bb8d108ce71ee8d /sw/source/ui/wrtsh
parent4a16d7febdae4d84d51d83d8d7f78ce8096e5c6c (diff)
Task #87609#: put Browse item into OpenDoc call
Diffstat (limited to 'sw/source/ui/wrtsh')
-rw-r--r--sw/source/ui/wrtsh/wrtsh2.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh2.cxx b/sw/source/ui/wrtsh/wrtsh2.cxx
index 997bb3b74bc9..29bc002732a1 100644
--- a/sw/source/ui/wrtsh/wrtsh2.cxx
+++ b/sw/source/ui/wrtsh/wrtsh2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrtsh2.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: jp $ $Date: 2001-05-08 19:15:57 $
+ * last change: $Author: jp $ $Date: 2001-06-11 10:16:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -469,6 +469,7 @@ void LoadURL( const String& rURL, ViewShell* pVSh, USHORT nFilter,
//#39076# Silent kann lt. SFX entfernt werden.
// SfxBoolItem aSilent( SID_SILENT, TRUE );
SfxBoolItem aReadOnly( SID_BROWSING, TRUE );
+ SfxBoolItem aBrowse( SID_BROWSE, TRUE );
if( nFilter & URLLOAD_NEWVIEW )
aTargetFrameName.SetValue( String::CreateFromAscii("_blank") );
@@ -478,6 +479,7 @@ void LoadURL( const String& rURL, ViewShell* pVSh, USHORT nFilter,
&aNewView, /*&aSilent,*/ &aReadOnly,
&aReferer,
&aView, &aTargetFrameName,
+ &aBrowse,
0L
};