This commit is contained in:
kherron@fmailbox.com 2007-06-24 04:47:08 -07:00
Родитель 7fc241a8f8
Коммит 6a6952cbbb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -529,7 +529,7 @@ NS_IMETHODIMP nsDeviceContextSpecWin::GetSurfaceForPrinter(gfxASurface **surface
nsXPIDLString filename;
mPrintSettings->GetToFileName(getter_Copies(filename));
PRInt32 width, height;
double width, height;
mPrintSettings->GetEffectivePageSize(&width, &height);
// convert twips to points
width /= 20;