Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/poppler/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 685 B image not shown  

Quelle  sanitizer.patch   Sprache: unbekannt

 
--- poppler/PSOutputDev.cc
+++ poppler/PSOutputDev.cc
@@ -3138,6 +3138,8 @@
 bool PSOutputDev::checkPageSlice(Page *page, double /*hDPI*/, double /*vDPI*/, int rotateA, bool useMediaBox, bool crop, int sliceX, int sliceY, int sliceW, int sliceH, bool printing, bool (*abortCheckCbk)(void *data),
                                  void *abortCheckCbkData, bool (*annotDisplayDecideCbk)(Annot *annot, void *user_data), void *annotDisplayDecideCbkData)
 {
+    std::abort();
+#if 0
     PreScanOutputDev *scan;
     bool rasterize;
     bool useFlate, useLZW;
@@ -3623,5 +3625,6 @@
 
     return false;
+#endif
 }
 
 void PSOutputDev::startPage(int pageNum, GfxState *state, XRef *xrefA)

[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]