summaryrefslogtreecommitdiff
path: root/core/src/fpdftext/text_int.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-02 10:29:50 -0700
committerLei Zhang <thestig@chromium.org>2015-10-02 10:29:50 -0700
commitdcfa0ba2928072c962fe8835d1a2ccd309eafbbd (patch)
tree114f50642abd278f31ff677b8c30357933fa01d6 /core/src/fpdftext/text_int.h
parent095a83c59120c108d9ac6f0ab71fd3faa5eea810 (diff)
downloadpdfium-dcfa0ba2928072c962fe8835d1a2ccd309eafbbd.tar.xz
Turn a couple functions that always return true to return void.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1386463003 .
Diffstat (limited to 'core/src/fpdftext/text_int.h')
-rw-r--r--core/src/fpdftext/text_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h
index 0b3b9c8ae0..0efe805f26 100644
--- a/core/src/fpdftext/text_int.h
+++ b/core/src/fpdftext/text_int.h
@@ -227,7 +227,7 @@ class CPDF_LinkExtract : public IPDF_LinkExtract {
void DeleteLinkList();
FX_BOOL CheckWebLink(CFX_WideString& strBeCheck);
FX_BOOL CheckMailLink(CFX_WideString& str);
- FX_BOOL AppendToLinkList(int start, int count, const CFX_WideString& strUrl);
+ void AppendToLinkList(int start, int count, const CFX_WideString& strUrl);
private:
LINK_InfoArray m_LinkList;