summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-10-23 11:02:01 +0000
committerjp <jp@openoffice.org>2000-10-23 11:02:01 +0000
commitb47daef289c716ad718309495c2bc72fe1e56709 (patch)
treeb724ce923e0713ec5ef1442b19283d374cdd25b8 /sw
parent034faf37ee7c1a4fda10195a3085e28df2d6234c (diff)
wrong commit
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/uiview/view2.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index 7855c256740d..b3b4ce0c2167 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: view2.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jp $ $Date: 2000-10-23 11:58:17 $
+ * last change: $Author: jp $ $Date: 2000-10-23 12:02:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1254,7 +1254,7 @@ long SwView::InsertDoc( USHORT nSlotId, const String& rFileName,
pMed->SetFilter( pFilter );
}
else
- pMed = new SfxMedium(rFileName, STREAM_READ, TRUE, TRUE, pFilter, 0);
+ pMed = new SfxMedium(rFileName, STREAM_READ, TRUE, pFilter, 0);
}
else
{
@@ -1350,4 +1350,3 @@ extern int lcl_FindDocShell( SfxObjectShellRef& xDocSh,
return nFound;
}
-