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:
parent
e05a69e6ce
commit
5241cc6605
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: sdxfer.cxx,v $
|
* $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
|
* The Contents of this file are made available subject to the terms of
|
||||||
* either of the following licenses
|
* either of the following licenses
|
||||||
|
@ -359,7 +359,7 @@ void SdTransferable::CreateData()
|
||||||
{
|
{
|
||||||
bOwnDocument = TRUE;
|
bOwnDocument = TRUE;
|
||||||
|
|
||||||
const SdrMarkList& rMarkList = pSdView->GetMarkList();
|
const SdrMarkList& rMarkList = pSdView->GetMarkedObjectList();
|
||||||
|
|
||||||
if( rMarkList.GetMarkCount() == 1 )
|
if( rMarkList.GetMarkCount() == 1 )
|
||||||
CreateObjectReplacement( rMarkList.GetMark( 0 )->GetObj() );
|
CreateObjectReplacement( rMarkList.GetMark( 0 )->GetObj() );
|
||||||
|
|
Loading…
Reference in a new issue