From 46abb66cb57d4bc6b9326efd7a0c0e776e594db2 Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Wed, 17 May 2017 17:23:22 -0400 Subject: Use more static_cast in fpdfsdk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This CL replaces some reinterpret_cast with static_cast in fpdfsdk. It also removes an obsolete comment in fpdfedit.h Change-Id: I36c29bfcd6382490a8c955b50ccfa4c93ab351c7 Reviewed-on: https://pdfium-review.googlesource.com/5632 Reviewed-by: Lei Zhang Commit-Queue: Nicolás Peña --- public/fpdf_edit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/fpdf_edit.h') diff --git a/public/fpdf_edit.h b/public/fpdf_edit.h index f9edfa3426..a84b42ab05 100644 --- a/public/fpdf_edit.h +++ b/public/fpdf_edit.h @@ -434,7 +434,7 @@ DLLEXPORT FPDF_BOOL STDCALL FPDFText_SetText(FPDF_PAGEOBJECT text_object, FPDF_WIDESTRING text); // Returns a font object loaded from a stream of data. The font is loaded -// into the document. The caller does not need to free the returned object. +// into the document. // // document - handle to the document. // data - the stream of data, which will be copied by the font object. -- cgit v1.2.3