diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-03 23:00:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-03 23:00:56 +0200 |
commit | c7b82aa4c36ced5927f7a29db20664e53ea4810b (patch) | |
tree | 8cfe9f2091f44f3060dfbc56711b816cc71ab73e /vcl/source/window/printdlg.cxx | |
parent | 6339bf132518130d4093869f9913df5b103bf5d3 (diff) |
WaE: unused variable 'aPreviewMMSize'
Change-Id: I98ca154f800c635ca063ed7c3bd1b9afc5d8110b
Diffstat (limited to 'vcl/source/window/printdlg.cxx')
-rw-r--r-- | vcl/source/window/printdlg.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index bfceb7e7b168..00c2f6970dd4 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -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(); |