diff options
Diffstat (limited to 'core/include/fpdfapi')
-rw-r--r-- | core/include/fpdfapi/fpdf_render.h | 2 | ||||
-rw-r--r-- | core/include/fpdfapi/ipdf_data_avail.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/include/fpdfapi/fpdf_render.h b/core/include/fpdfapi/fpdf_render.h index 298e5e2fc7..71711e3b16 100644 --- a/core/include/fpdfapi/fpdf_render.h +++ b/core/include/fpdfapi/fpdf_render.h @@ -112,7 +112,7 @@ class CPDF_RenderContext { class CPDF_ProgressiveRenderer { public: // Must match FDF_RENDER_* definitions in public/fpdf_progressive.h, but - // cannot #include that header. fpdfsdk/src/fpdf_progressive.cpp has + // cannot #include that header. fpdfsdk/fpdf_progressive.cpp has // static_asserts to make sure the two sets of values match. enum Status { Ready, // FPDF_RENDER_READER diff --git a/core/include/fpdfapi/ipdf_data_avail.h b/core/include/fpdfapi/ipdf_data_avail.h index 5b8fd0b5e2..e2b22eaf2a 100644 --- a/core/include/fpdfapi/ipdf_data_avail.h +++ b/core/include/fpdfapi/ipdf_data_avail.h @@ -16,7 +16,7 @@ class CPDF_Object; class IPDF_DataAvail { public: // Must match PDF_DATA_* definitions in public/fpdf_dataavail.h, but cannot - // #include that header. fpdfsdk/src/fpdf_dataavail.cpp has static_asserts + // #include that header. fpdfsdk/fpdf_dataavail.cpp has static_asserts // to make sure the two sets of values match. enum DocAvailStatus { DataError = -1, // PDF_DATA_ERROR @@ -25,7 +25,7 @@ class IPDF_DataAvail { }; // Must match PDF_*LINEAR* definitions in public/fpdf_dataavail.h, but cannot - // #include that header. fpdfsdk/src/fpdf_dataavail.cpp has static_asserts + // #include that header. fpdfsdk/fpdf_dataavail.cpp has static_asserts // to make sure the two sets of values match. enum DocLinearizationStatus { LinearizationUnknown = -1, // PDF_LINEARIZATION_UNKNOWN @@ -34,7 +34,7 @@ class IPDF_DataAvail { }; // Must match PDF_FORM_* definitions in public/fpdf_dataavail.h, but cannot - // #include that header. fpdfsdk/src/fpdf_dataavail.cpp has static_asserts + // #include that header. fpdfsdk/fpdf_dataavail.cpp has static_asserts // to make sure the two sets of values match. enum DocFormStatus { FormError = -1, // PDF_FORM_ERROR |