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:
parent
954824ac81
commit
74b7caf717
1 changed files with 3 additions and 3 deletions
|
@ -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++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue