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:
Johannes Hauf
2015-12-31 10:58:37 +01:00
committed by Stephan Bergmann
parent 59ae2d11d5
commit bccd83ea54
8 changed files with 29 additions and 29 deletions

View File

@@ -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 )