summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 11:11:37 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 11:11:37 +0000
commitc6d549929635ede1d07b3edd153048a18069b6a8 (patch)
treee5776ff1ecd9bb750bde1f1297f8d089a1cb2027 /svx
parent9f59b55b957460cff06c8cc7e3bdd4ea407a7320 (diff)
INTEGRATION: CWS loadenv01 (1.24.650); FILE MERGED
2004/03/12 14:46:33 mba 1.24.650.1: #115936#: remove TransferPrio
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galmisc.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/gallery2/galmisc.cxx b/svx/source/gallery2/galmisc.cxx
index bee4c853bb68..66890d5d4766 100644
--- a/svx/source/gallery2/galmisc.cxx
+++ b/svx/source/gallery2/galmisc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: galmisc.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: sj $ $Date: 2002-12-03 18:16:15 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 12:11:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,7 +147,6 @@ USHORT GalleryGraphicImport( const INetURLObject& rURL, Graphic& rGraphic,
SfxMedium aMedium( rURL.GetMainURL( INetURLObject::NO_DECODE ), STREAM_READ, TRUE );
String aFilterName;
- aMedium.SetTransferPriority( SFX_TFPRIO_VISIBLE_HIGHRES_GRAPHIC | SFX_TFPRIO_SYNCHRON );
aMedium.DownLoad();
SvStream* pIStm = aMedium.GetInStream();