]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/ErrorCodes.h
Rename bookmark to link, and use "Index" for the sidebar panel.
[evince.git] / pdf / xpdf / ErrorCodes.h
index 4e0d38a6632d3651ff1b98c9965b83817085bdb7..b28528df5647ea66631d41fa282970e267c4248c 100644 (file)
@@ -2,7 +2,7 @@
 //
 // ErrorCodes.h
 //
-// Copyright 2002 Glyph & Cog, LLC
+// Copyright 2002-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #define errEncrypted        4  // file was encrypted and password was
                                // incorrect or not supplied
 
+#define errHighlightFile    5  // nonexistent or invalid highlight file
+
+#define errBadPrinter       6   // invalid printer
+
+#define errPrinting         7   // error during printing
+
+#define errPermission       8  // PDF file doesn't allow that operation
+
+#define errBadPageNum       9  // invalid page number
+
+#define errFileIO          10   // file I/O error
+
 #endif