summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/escherex.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 14:55:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 08:48:17 +0200
commitfdd2f463079e5de265e7ba6534da967584f56913 (patch)
treedde5df0e6b7dc0a696e008ea932828ff4973047c /filter/source/msfilter/escherex.cxx
parentb258ecd76171bab37139cfa0f56d079cda4fbb39 (diff)
rename Anz->Cnt in filter
Change-Id: Ic6a8b8a5504052469b232767f5671d532c2fe5f3 Reviewed-on: https://gerrit.libreoffice.org/40741 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter/source/msfilter/escherex.cxx')
-rw-r--r--filter/source/msfilter/escherex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index a75afd369bea..9660cbfccf07 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -4595,10 +4595,10 @@ sal_uInt32 EscherConnectorListEntry::GetConnectorRule( bool bFirst )
if ( pList )
{
tools::Polygon aPoly;
- sal_uInt16 nNum, nAnz = pList->GetCount();
- if ( nAnz )
+ sal_uInt16 nNum, nCnt = pList->GetCount();
+ if ( nCnt )
{
- for ( nNum = 0; nNum < nAnz; nNum++ )
+ for ( nNum = 0; nNum < nCnt; nNum++ )
{
const SdrGluePoint& rGP = (*pList)[ nNum ];
Point aPt( rGP.GetAbsolutePos( *pCustoShape ) );