diff options
author | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:11:57 +0000 |
---|---|---|
committer | Sander Vesik <svesik@openoffice.org> | 2004-04-21 11:11:57 +0000 |
commit | c6d176f7b13713a9619001bc21c46cdecb046ad2 (patch) | |
tree | b272b829d20cc67f0ebf56ae1a0bc4cd01103545 /svx/source/items | |
parent | c6d549929635ede1d07b3edd153048a18069b6a8 (diff) |
INTEGRATION: CWS loadenv01 (1.31.14); FILE MERGED
2004/03/12 14:46:44 mba 1.31.14.1: #115936#: remove TransferPrio
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/frmitems.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/items/frmitems.cxx b/svx/source/items/frmitems.cxx index 639c876dc93e..b6f0af6f728d 100644 --- a/svx/source/items/frmitems.cxx +++ b/svx/source/items/frmitems.cxx @@ -2,9 +2,9 @@ * * $RCSfile: frmitems.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: kz $ $Date: 2004-02-25 16:07:38 $ + * last change: $Author: svesik $ $Date: 2004-04-21 12:11:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -4067,7 +4067,6 @@ const GraphicObject* SvxBrushItem::GetGraphicObject( SfxObjectShell* pSh ) const pImpl->xMedium = new SfxMedium( *pStrLink, STREAM_STD_READ, sal_False ); - pImpl->xMedium->SetTransferPriority( SFX_TFPRIO_VISIBLE_LOWRES_GRAPHIC ); if( pImpl->xMedium->IsRemote() ) { if( pSh ) |