diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:11:37 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:11:37 +0000 |
commit | c6d549929635ede1d07b3edd153048a18069b6a8 (patch) | |
tree | e5776ff1ecd9bb750bde1f1297f8d089a1cb2027 /svx | |
parent | 9f59b55b957460cff06c8cc7e3bdd4ea407a7320 (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.cxx | 5 |
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(); |