summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/impgrf.cxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 11:10:40 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 11:10:40 +0000
commit8db80fd86aa164cee88078723d92f2c0be66b38a (patch)
treeca82994162875bc8fbf38ed500f21a6c163072f1 /svx/source/dialog/impgrf.cxx
parentINTEGRATION: CWS loadenv01 (1.76.16); FILE MERGED (diff)
downloadcore-8db80fd86aa164cee88078723d92f2c0be66b38a.tar.gz
core-8db80fd86aa164cee88078723d92f2c0be66b38a.zip
INTEGRATION: CWS loadenv01 (1.19.100); FILE MERGED
2004/03/12 14:46:26 mba 1.19.100.1: #115936#: remove TransferPrio
Diffstat (limited to 'svx/source/dialog/impgrf.cxx')
-rw-r--r--svx/source/dialog/impgrf.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/dialog/impgrf.cxx b/svx/source/dialog/impgrf.cxx
index 40083ebdd422..c40f34b1b5e5 100644
--- a/svx/source/dialog/impgrf.cxx
+++ b/svx/source/dialog/impgrf.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impgrf.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 18:33:52 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 12:10:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,7 +58,6 @@
*
*
************************************************************************/
-
// include ------------------------------------------------------------------
#include <limits.h> // USHRT_MAX
@@ -159,7 +158,6 @@ int LoadGraphic( const String &rPath, const String &rFilterName,
{
// z.Z. nur auf die aktuelle DocShell
pMed = new SfxMedium( rPath, STREAM_READ, TRUE );
- pMed->SetTransferPriority( SFX_TFPRIO_SYNCHRON );
pMed->DownLoad();
pStream = pMed->GetInStream();
}