sb121: fix 64 bit non-pro warning
This commit is contained in:
parent
ff6f8c946a
commit
755d2672ac
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ void EditDbg::ShowEditEngineData( EditEngine* pEE, BOOL bInfoBox )
|
|||
fprintf( fp, "\n\n================================================================================" );
|
||||
fprintf( fp, "\n================== EditEngine & Views ======================================" );
|
||||
fprintf( fp, "\n================================================================================" );
|
||||
fprintf( fp, "\nControl: %lx", pEE->GetControlWord() );
|
||||
fprintf( fp, "\nControl: %"SAL_PRIxUINT32, pEE->GetControlWord() );
|
||||
fprintf( fp, "\nRefMapMode: %i", pEE->pImpEditEngine->pRefDev->GetMapMode().GetMapUnit() );
|
||||
fprintf( fp, "\nPaperSize: %li x %li", pEE->GetPaperSize().Width(), pEE->GetPaperSize().Height() );
|
||||
fprintf( fp, "\nMaxAutoPaperSize: %li x %li", pEE->GetMaxAutoPaperSize().Width(), pEE->GetMaxAutoPaperSize().Height() );
|
||||
|
|
Loading…
Reference in a new issue