INTEGRATION: CWS loadenv01 (1.11.86); FILE MERGED

2004/04/02 05:07:31 as 1.11.86.1: #115936# remove SetTransferPriority
This commit is contained in:
Sander Vesik 2004-04-21 11:02:07 +00:00
parent 8ad48c67bd
commit 9bf09fc180

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: dlistimp.cxx,v $ * $RCSfile: dlistimp.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: obo $ $Date: 2004-03-19 12:51:34 $ * last change: $Author: svesik $ $Date: 2004-04-21 12:02:07 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -58,7 +58,6 @@
* *
* *
************************************************************************/ ************************************************************************/
#include "dlistimp.hxx" #include "dlistimp.hxx"
#include "dicimp.hxx" #include "dicimp.hxx"
#include "lngopt.hxx" #include "lngopt.hxx"
@ -984,7 +983,6 @@ static BOOL IsVers2OrNewer( const String& rFileURL, USHORT& nLng, BOOL& bNeg,
// get stream to be used // get stream to be used
SfxMedium aMedium( rFileURL, STREAM_READ | STREAM_SHARE_DENYWRITE, FALSE ); SfxMedium aMedium( rFileURL, STREAM_READ | STREAM_SHARE_DENYWRITE, FALSE );
aMedium.SetTransferPriority( SFX_TFPRIO_SYNCHRON );
SvStream *pStream = aMedium.GetInStream(); SvStream *pStream = aMedium.GetInStream();
if (!pStream || pStream->GetError()) if (!pStream || pStream->GetError())
return FALSE; return FALSE;