WaE fix
This commit is contained in:
@@ -461,7 +461,7 @@ void EditDbg::ShowEditEngineData( EditEngine* pEE, sal_Bool bInfoBox )
|
||||
fprintf( fp, "\nMaxAutoPaperSize: %li x %li", pEE->GetMaxAutoPaperSize().Width(), pEE->GetMaxAutoPaperSize().Height() );
|
||||
fprintf( fp, "\nMinAutoPaperSize: %li x %li", pEE->GetMinAutoPaperSize().Width(), pEE->GetMinAutoPaperSize().Height() );
|
||||
fprintf( fp, "\nUpdate: %i", pEE->GetUpdateMode() );
|
||||
fprintf( fp, "\nNumber of Views: %i", pEE->GetViewCount() );
|
||||
fprintf( fp, "\nNumber of Views: %" SAL_PRIuUINT64, pEE->GetViewCount() );
|
||||
for ( sal_uInt16 nView = 0; nView < pEE->GetViewCount(); nView++ )
|
||||
{
|
||||
EditView* pV = pEE->GetView( nView );
|
||||
|
Reference in New Issue
Block a user