summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 11:01:47 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 11:01:47 +0000
commit8ad48c67bd56a30a78cd3ed3ce1664fb79873424 (patch)
tree3f5093aab314ade6fdc576787cce4aa8fc843303 /linguistic
parent60e125140a89bb542d945a724c530b55daeb82ec (diff)
INTEGRATION: CWS loadenv01 (1.11.104); FILE MERGED
2004/04/02 05:07:31 as 1.11.104.1: #115936# remove SetTransferPriority
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/dicimp.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index d785810ce39f..aee9ac76aa70 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dicimp.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: tl $ $Date: 2002-12-09 14:02:54 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 12:01:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
#ifndef _LANG_HXX //autogen wg. LANGUAGE_ENGLISH_US
#include <tools/lang.hxx>
#endif
@@ -236,7 +235,6 @@ ULONG DictionaryNeo::loadEntries(const OUString &rMainURL)
// get stream to use
SfxMedium aMedium( rMainURL, STREAM_READ | STREAM_SHARE_DENYWRITE, FALSE );
- aMedium.SetTransferPriority( SFX_TFPRIO_SYNCHRON );
SvStream *pStream = aMedium.GetInStream();
if (!pStream)
return nErr;