summaryrefslogtreecommitdiff
path: root/sw/source/ui/wrtsh
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2002-06-03 10:08:16 +0000
committerMathias Bauer <mba@openoffice.org>2002-06-03 10:08:16 +0000
commit0e9b0f22ee4c2b79252aca09d9f7b91ba34d7604 (patch)
treedb8fff9d8be11b47bd3a9e37fbec3dc498dda72e /sw/source/ui/wrtsh
parent0a2ebfe98498092767a803dec1fb7639c596b3a7 (diff)
#99799#: avoid to use superfluous items
Diffstat (limited to 'sw/source/ui/wrtsh')
-rw-r--r--sw/source/ui/wrtsh/wrtsh2.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sw/source/ui/wrtsh/wrtsh2.cxx b/sw/source/ui/wrtsh/wrtsh2.cxx
index 633217abf29f..c9180dda6b5f 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.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: jp $ $Date: 2002-02-01 12:51:13 $
+ * last change: $Author: mba $ $Date: 2002-06-03 11:08:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -474,7 +474,6 @@ void LoadURL( const String& rURL, ViewShell* pVSh, USHORT nFilter,
SfxBoolItem aNewView( SID_OPEN_NEW_VIEW, FALSE );
//#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 )