Kaydet (Commit) 998d30b6 authored tarafından Miklos Vajna's avatar Miklos Vajna

svx: nViewAnz -> nViewCount

Change-Id: I76e7f2b29c6583c32a3c2b49f3365688f8f81bce
üst cb3518f3
......@@ -297,14 +297,14 @@ void SdrObjEditView::TextEditDrawing(SdrPaintWindow& rPaintWindow) const
if(pActiveOutliner)
{
const sal_uInt32 nViewAnz(pActiveOutliner->GetViewCount());
const sal_uInt32 nViewCount(pActiveOutliner->GetViewCount());
if(nViewAnz)
if(nViewCount)
{
const vcl::Region& rRedrawRegion = rPaintWindow.GetRedrawRegion();
const Rectangle aCheckRect(rRedrawRegion.GetBoundRect());
for(sal_uInt32 i(0); i < nViewAnz; i++)
for(sal_uInt32 i(0); i < nViewCount; i++)
{
OutlinerView* pOLV = pActiveOutliner->GetView(i);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment