diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:10:57 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:10:57 +0000 |
commit | 1e42738a16763921cf1968e1e9af7e9fee54ca31 (patch) | |
tree | 489822219b71f2c3635cf5fd71f26ffa49208436 /svx | |
parent | 8db80fd86aa164cee88078723d92f2c0be66b38a (diff) |
INTEGRATION: CWS loadenv01 (1.15.504); FILE MERGED
2004/03/12 14:46:27 mba 1.15.504.1: #115936#: remove TransferPrio
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/opengrf.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/dialog/opengrf.cxx b/svx/source/dialog/opengrf.cxx index a52083788bee..a2e6fa705dc9 100644 --- a/svx/source/dialog/opengrf.cxx +++ b/svx/source/dialog/opengrf.cxx @@ -2,9 +2,9 @@ * * $RCSfile: opengrf.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: hr $ $Date: 2003-03-27 15:01:02 $ + * last change: $Author: svesik $ $Date: 2004-04-21 12:10:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,7 +58,6 @@ * * ************************************************************************/ - #include <tools/urlobj.hxx> #ifndef _CPPUHELPER_IMPLBASE1_HXX_ @@ -235,7 +234,6 @@ short SvxOpenGraphicDialog::Execute() if ( INET_PROT_FILE != aObj.GetProtocol() ) { SfxMedium aMed( aObj.GetMainURL( INetURLObject::NO_DECODE ), STREAM_READ, TRUE ); - aMed.SetTransferPriority( SFX_TFPRIO_SYNCHRON ); aMed.DownLoad(); SvStream* pStream = aMed.GetInStream(); |