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

Unified Diff: public/fpdf_formfill.h

Issue 2322003002: Cleanup CPDFXFA_Document. (Closed)
Patch Set: Rebase to master 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
« no previous file with comments | « fpdfsdk/include/cpdfdoc_environment.h ('k') | xfa/fxfa/app/xfa_ffchoicelist.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/fpdf_formfill.h
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
index 09674b007c28ea763f6dfebfd8e5a84e6fcc0637..d6fddf19bdba2904989ffac7d4a7404c85374d6a 100644
--- a/public/fpdf_formfill.h
+++ b/public/fpdf_formfill.h
@@ -356,12 +356,12 @@ typedef struct _FPDF_SYSTEMTIME {
* @name Macro Definitions for Right Context Menu Features Of XFA Fields
*/
/*@{*/
-#define FXFA_MEMU_COPY 1
-#define FXFA_MEMU_CUT 2
-#define FXFA_MEMU_SELECTALL 4
-#define FXFA_MEMU_UNDO 8
-#define FXFA_MEMU_REDO 16
-#define FXFA_MEMU_PASTE 32
+#define FXFA_MENU_COPY 1
+#define FXFA_MENU_CUT 2
+#define FXFA_MENU_SELECTALL 4
+#define FXFA_MENU_UNDO 8
+#define FXFA_MENU_REDO 16
+#define FXFA_MENU_PASTE 32
/*@}*/
// file type
@@ -870,7 +870,7 @@ typedef struct _FPDF_FORMFILLINFO {
*function.
* hWidget - Handle to XFA fields.
* menuFlag - The menu flags. Please refer to macro definition
- *of FXFA_MEMU_XXX and this can be one or a combination of these macros.
+ *of FXFA_MENU_XXX and this can be one or a combination of these macros.
* x - X position of the client area in PDF page
*coordinate.
* y - Y position of the client area in PDF page
« no previous file with comments | « fpdfsdk/include/cpdfdoc_environment.h ('k') | xfa/fxfa/app/xfa_ffchoicelist.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698