WaE: unused variable 'aPreviewMMSize'
Change-Id: I98ca154f800c635ca063ed7c3bd1b9afc5d8110b
This commit is contained in:
parent
6339bf1325
commit
c7b82aa4c3
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ void PrintDialog::PrintPreviewWindow::Resize()
|
|||
// full page size but not too small either. This also results in much better visual
|
||||
// quality of the preview, e.g. when its height approaches the number of text lines
|
||||
// find a good scaling factor
|
||||
Size aPreviewMMSize( maPageVDev.PixelToLogic( aScaledSize, MapMode( MAP_100TH_MM ) ) );
|
||||
|
||||
double aAspectRatio = aScaledSize.Height() / (double) aScaledSize.Width();
|
||||
|
||||
|
|
Loading…
Reference in a new issue