Some cleanup for sal_uIntPtr usage
Change-Id: Ia9779e6477d8848588f3543d09ea6b4477f594a2 Reviewed-on: https://gerrit.libreoffice.org/21022 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
committed by
Stephan Bergmann
parent
59ae2d11d5
commit
bccd83ea54
@@ -452,7 +452,7 @@ namespace cppcanvas
|
||||
|
||||
// at least _one_ call to GDIMetaFile::NextAction() is
|
||||
// executed
|
||||
sal_uIntPtr nPos( 1 );
|
||||
size_t nPos( 1 );
|
||||
|
||||
MetaAction* pCurrAct;
|
||||
while( (pCurrAct=rMtf.NextAction()) != nullptr )
|
||||
|
Reference in New Issue
Block a user