Update of /cvs/poppler/poppler/poppler
In directory kemper:/tmp/cvs-serv17790/poppler

Modified Files:
        PSOutputDev.cc 
Log Message:
* poppler/PSOutputDev.cc: Readd code wrongly removed when doing the 
GlobalParams cleaning


Index: PSOutputDev.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/PSOutputDev.cc,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- PSOutputDev.cc      24 Feb 2007 23:43:35 -0000      1.13
+++ PSOutputDev.cc      5 Apr 2007 12:13:51 -0000       1.14
@@ -1005,6 +1005,11 @@
       paperHeight = 1;
     }
   }
+  if (imgLLX == 0 && imgURX == 0 && imgLLY == 0 && imgURY == 0) {   
+    imgLLX = imgLLY = 0;   
+    imgURX = paperWidth;   
+    imgURY = paperHeight;   
+  }   
   manualCtrl = manualCtrlA;
   if (mode == psModeForm) {
     lastPage = firstPage;

_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to