diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-28 11:18:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-28 11:18:58 +0000 |
commit | 6b423ee0a144b00cfee69054a50f7be2fa7ba9cb (patch) | |
tree | 54690d3fb17480d4a24fe45408f5528f5fc999be /linguistic/source/convdic.cxx | |
parent | adef185bc99c82c31c998eae40b32fe5506a1ad9 (diff) |
#100000# method SetTransferPriority doesn't exsists anymore in SfxMedium anymore
Diffstat (limited to 'linguistic/source/convdic.cxx')
-rw-r--r-- | linguistic/source/convdic.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index 8c727eb5cb29..2cb2e0fc1824 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -2,9 +2,9 @@ * * $RCSfile: convdic.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-04-27 16:05:41 $ + * last change: $Author: obo $ $Date: 2004-04-28 12:18:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -176,7 +176,6 @@ void ReadThroughDic( const String &rMainURL, ConvDicXMLImport &rImport ) // get stream to be used DBG_ASSERT(!INetURLObject( rMainURL ).HasError(), "invalid URL"); SfxMedium aMedium( rMainURL, STREAM_READ | STREAM_SHARE_DENYWRITE, FALSE ); - aMedium.SetTransferPriority( SFX_TFPRIO_SYNCHRON ); SvStream *pStream = aMedium.GetInStream(); DBG_ASSERT( pStream, "input stream missing" ); if (!pStream || pStream->GetError()) |