INTEGRATION: CWS aw013 (1.32.34); FILE MERGED

2004/06/24 09:33:06 aw 1.32.34.1: #i29181#
This commit is contained in:
Rüdiger Timm 2004-07-12 13:57:44 +00:00
parent e05a69e6ce
commit 5241cc6605

View file

@ -2,9 +2,9 @@
*
* $RCSfile: sdxfer.cxx,v $
*
* $Revision: 1.32 $
* $Revision: 1.33 $
*
* last change: $Author: hr $ $Date: 2004-05-10 14:37:00 $
* last change: $Author: rt $ $Date: 2004-07-12 14:57:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -359,7 +359,7 @@ void SdTransferable::CreateData()
{
bOwnDocument = TRUE;
const SdrMarkList& rMarkList = pSdView->GetMarkList();
const SdrMarkList& rMarkList = pSdView->GetMarkedObjectList();
if( rMarkList.GetMarkCount() == 1 )
CreateObjectReplacement( rMarkList.GetMark( 0 )->GetObj() );