INTEGRATION: CWS warnings01 (1.25.76); FILE MERGED
2006/05/12 16:40:35 sb 1.25.76.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
This commit is contained in:
parent
275a45c896
commit
7f1d53d1d6
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: fuconrec.cxx,v $
|
||||
*
|
||||
* $Revision: 1.25 $
|
||||
* $Revision: 1.26 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-03-21 17:17:11 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-19 12:32:06 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -669,7 +669,7 @@ XPolygon getPolygon( sal_uInt16 nResId, SdrModel* pDoc )
|
|||
long nIndex;
|
||||
for( nIndex = 0; nIndex < nCount; nIndex++ )
|
||||
{
|
||||
XLineEndEntry* pEntry = pLineEndList->Get(nIndex);
|
||||
XLineEndEntry* pEntry = pLineEndList->GetLineEnd(nIndex);
|
||||
if( pEntry->GetName() == aArrowName )
|
||||
{
|
||||
xPolygon = pEntry->GetLineEnd();
|
||||
|
|
Loading…
Reference in a new issue