Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1294)

Unified Diff: fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h

Issue 2354933002: Rename CPDFXFA_Document::GetPageCount (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h
diff --git a/fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h b/fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h
index 5e5dbdc03a7178a697263abb8163f5e6331907fd..ee5667a6c07e652e152888c8e441d83f57e2aab5 100644
--- a/fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h
+++ b/fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h
@@ -42,7 +42,7 @@ class CPDFXFA_Document {
int GetDocType() { return m_iDocType; }
void DeletePage(int page_index);
- int GetPageCount() const;
+ int GetXFAPageCount() const;
CPDFXFA_Page* GetXFAPage(int page_index);
CPDFXFA_Page* GetXFAPage(CXFA_FFPageView* pPage);

Powered by Google App Engine
This is Rietveld 408576698