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:
parent
8ad48c67bd
commit
9bf09fc180
1 changed files with 2 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $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
|
||||
* either of the following licenses
|
||||
|
@ -58,7 +58,6 @@
|
|||
*
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
#include "dlistimp.hxx"
|
||||
#include "dicimp.hxx"
|
||||
#include "lngopt.hxx"
|
||||
|
@ -984,7 +983,6 @@ static BOOL IsVers2OrNewer( const String& rFileURL, USHORT& nLng, BOOL& bNeg,
|
|||
|
||||
// get stream to be used
|
||||
SfxMedium aMedium( rFileURL, STREAM_READ | STREAM_SHARE_DENYWRITE, FALSE );
|
||||
aMedium.SetTransferPriority( SFX_TFPRIO_SYNCHRON );
|
||||
SvStream *pStream = aMedium.GetInStream();
|
||||
if (!pStream || pStream->GetError())
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in a new issue