diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-20 10:47:32 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-20 10:47:32 -0800 |
commit | 326a2a78aaf7e0146bfcd283da888c08e34143f8 (patch) | |
tree | d43911b00e90c777b8c8365513d0abc942feef6d /public/fpdf_text.h | |
parent | a4754b4d4ebc5e518a1d1363648042a5c7add544 (diff) | |
download | pdfium-326a2a78aaf7e0146bfcd283da888c08e34143f8.tar.xz |
Make XFA public more closely match master.
There will be significant differences, but these are the minor
ones. I removed a comment that doesn't seem to add a lot of value.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1465723002 .
Diffstat (limited to 'public/fpdf_text.h')
-rw-r--r-- | public/fpdf_text.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/fpdf_text.h b/public/fpdf_text.h index df953671b2..32cc131859 100644 --- a/public/fpdf_text.h +++ b/public/fpdf_text.h @@ -25,9 +25,6 @@ extern "C" { // Comments: // Application must call FPDFText_ClosePage to release the text page // information. -// Notes: -// The method can not support to load out FPDF_TEXTPAGE for the -// document consists of dynamic fields. // DLLEXPORT FPDF_TEXTPAGE STDCALL FPDFText_LoadPage(FPDF_PAGE page); |