diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/gdimtf.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/gdi/gdimtf.cxx b/vcl/source/gdi/gdimtf.cxx index 6f077f3e58ca..a5073daf2f2e 100644 --- a/vcl/source/gdi/gdimtf.cxx +++ b/vcl/source/gdi/gdimtf.cxx @@ -1517,9 +1517,9 @@ Rectangle GDIMetaFile::GetBoundRect( OutputDevice& i_rReference, Rectangle* pHai *pHairline = Rectangle(); } - const sal_uLong nCount(GetActionCount()); + const sal_uLong nActionCount(GetActionCount()); - for(sal_uLong a(0); a < nCount; a++) + for(sal_uLong a(0); a < nActionCount; a++) { MetaAction* pAction = GetAction(a); const sal_uInt16 nActionType = pAction->GetType(); |