summaryrefslogtreecommitdiff
path: root/public/fpdf_formfill.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-11-23 14:10:06 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-23 14:10:06 -0800
commit9067fd683ebf8d6467f8cc5aa7daf5e1f950f846 (patch)
treec967cfe1c94ca9049896d3c3b54d81594c2e9a9f /public/fpdf_formfill.h
parent841a85b19cc10d719505ea2c7e0e49bae843db6e (diff)
downloadpdfium-9067fd683ebf8d6467f8cc5aa7daf5e1f950f846.tar.xz
Add APIs for limited use of document tagged code.
BUG=pdfium:568 Review-Url: https://codereview.chromium.org/2519343002
Diffstat (limited to 'public/fpdf_formfill.h')
-rw-r--r--public/fpdf_formfill.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
index ada87d3158..09b80eaf90 100644
--- a/public/fpdf_formfill.h
+++ b/public/fpdf_formfill.h
@@ -149,10 +149,8 @@ typedef struct _IPDF_JsPlatform {
* The filePath should be always input in local encoding.
*
* The return value always indicated number of bytes required for the
- * buffer, even when there is
- * no buffer specified, or the buffer size is less then required. In this
- * case, the buffer will not
- * be modified.
+ * buffer , even when there is no buffer specified, or the buffer size is
+ * less than required. In this case, the buffer will not be modified.
*/
int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis,
void* filePath,