INTEGRATION: CWS aw013 (1.14.124); FILE MERGED

2004/06/29 11:38:52 aw 1.14.124.2: RESYNC: (1.14-1.15); FILE MERGED
2004/06/24 09:33:14 aw 1.14.124.1: #i29181#
This commit is contained in:
Rüdiger Timm 2004-07-12 14:12:39 +00:00
parent 954824ac81
commit 74b7caf717

View file

@ -2,9 +2,9 @@
*
* $RCSfile: SdUnoDrawView.cxx,v $
*
* $Revision: 1.15 $
* $Revision: 1.16 $
*
* last change: $Author: obo $ $Date: 2004-06-03 11:56:16 $
* last change: $Author: rt $ $Date: 2004-07-12 15:12:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -554,7 +554,7 @@ Any SAL_CALL SdUnoDrawView::getSelection()
DBG_ASSERT (&mrView != NULL,
"view is NULL in SdUnoDrawView::getSelection()");
const SdrMarkList& rMarkList = mrView.GetMarkList();
const SdrMarkList& rMarkList = mrView.GetMarkedObjectList();
sal_uInt32 nCount = rMarkList.GetMarkCount();
for( sal_uInt32 nNum = 0; nNum < nCount; nNum++)
{