From d21cddaa7548584bfcebefe9a03e857fee3a846b Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 23 Feb 2016 10:11:11 -0800 Subject: Remove many _CAPS structure names. They're technically not allowed because they are reserved for the preprocessor. Also get rid of LPC* typedefs along the way. Also provide a header for a data file containing many instance of these found along the way. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1722873002 . --- fpdfsdk/include/fsdk_baseform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fpdfsdk/include/fsdk_baseform.h') diff --git a/fpdfsdk/include/fsdk_baseform.h b/fpdfsdk/include/fsdk_baseform.h index 28caa7b7b8..e23d34ca81 100644 --- a/fpdfsdk/include/fsdk_baseform.h +++ b/fpdfsdk/include/fsdk_baseform.h @@ -41,8 +41,8 @@ typedef enum _PDFSDK_XFAAActionType { } PDFSDK_XFAAActionType; #endif // PDF_ENABLE_XFA -typedef struct _PDFSDK_FieldAction { - _PDFSDK_FieldAction() { +struct PDFSDK_FieldAction { + PDFSDK_FieldAction() { bModifier = FALSE; bShift = FALSE; nCommitKey = 0; @@ -65,7 +65,7 @@ typedef struct _PDFSDK_FieldAction { FX_BOOL bWillCommit; // in FX_BOOL bFieldFull; // in FX_BOOL bRC; // in[out] -} PDFSDK_FieldAction; +}; class CPDFSDK_Widget : public CPDFSDK_BAAnnot { public: -- cgit v1.2.3