summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun7.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 15:22:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 08:48:33 +0200
commit77f854f13033eeff3147dae1c5ffbfaf4eec93c1 (patch)
tree08fa245326786c4aff274cb3b93eddc28cd4f17d /sc/source/ui/view/viewfun7.cxx
parentfdd2f463079e5de265e7ba6534da967584f56913 (diff)
rename Anz->Cnt in sc
Change-Id: I33e367223574b614dfee262942b57f727dc6d680 Reviewed-on: https://gerrit.libreoffice.org/40742 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/view/viewfun7.cxx')
-rw-r--r--sc/source/ui/view/viewfun7.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/viewfun7.cxx b/sc/source/ui/view/viewfun7.cxx
index f7d6c350e164..3695ce2653ac 100644
--- a/sc/source/ui/view/viewfun7.cxx
+++ b/sc/source/ui/view/viewfun7.cxx
@@ -148,8 +148,8 @@ void ScViewFunc::PasteDraw( const Point& rLogicPos, SdrModel* pModel,
SdrMarkList aMark = pDragEditView->GetMarkedObjectList();
aMark.ForceSort();
- const size_t nMarkAnz=aMark.GetMarkCount();
- for (size_t nm=0; nm<nMarkAnz; ++nm) {
+ const size_t nMarkCnt=aMark.GetMarkCount();
+ for (size_t nm=0; nm<nMarkCnt; ++nm) {
const SdrMark* pM=aMark.GetMark(nm);
const SdrObject* pObj=pM->GetMarkedSdrObj();