diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:02:07 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:02:07 +0000 |
commit | 9bf09fc18004d11ab6be088d764b93a708328fed (patch) | |
tree | c7946772fd54b3eb8d88222ab004671e0eed299d /linguistic | |
parent | 8ad48c67bd56a30a78cd3ed3ce1664fb79873424 (diff) |
INTEGRATION: CWS loadenv01 (1.11.86); FILE MERGED
2004/04/02 05:07:31 as 1.11.86.1: #115936# remove SetTransferPriority
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dlistimp.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index 68bb68fbfc2e..58f7f1a624b6 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -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; |