diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-20 16:33:30 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-20 16:33:30 -0700 |
commit | ced4c2bf1d0d1bab14a6145b35b3baecb175a691 (patch) | |
tree | 864cc9992284424365607b330ac218bfb840bf73 /fpdfsdk/src/formfiller/FFL_TextField.cpp | |
parent | 7a8387e670a2f879b9b2f1fc7bb67064f73fb249 (diff) | |
download | pdfium-ced4c2bf1d0d1bab14a6145b35b3baecb175a691.tar.xz |
Merge to XFA: Remove Release() combo patch.
Includes:
Original Review URL: https://codereview.chromium.org/1098043002
Original Review URL: https://codereview.chromium.org/1097843003
Original Review URL: https://codereview.chromium.org/1093213002
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1092033004
Diffstat (limited to 'fpdfsdk/src/formfiller/FFL_TextField.cpp')
-rw-r--r-- | fpdfsdk/src/formfiller/FFL_TextField.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/fpdfsdk/src/formfiller/FFL_TextField.cpp b/fpdfsdk/src/formfiller/FFL_TextField.cpp index dce166282e..274806fbdb 100644 --- a/fpdfsdk/src/formfiller/FFL_TextField.cpp +++ b/fpdfsdk/src/formfiller/FFL_TextField.cpp @@ -4,37 +4,8 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -//#include "../include/FormFiller.h" -//#include "../include/FFL_FormFiller.h" #include "../../include/formfiller/FFL_TextField.h" #include "../../include/formfiller/FFL_CBA_Fontmap.h" -//#include "../include/FFL_Notify.h" - -CFFL_EditUndoItem::CFFL_EditUndoItem(CPWL_Edit* pEdit) -{ -} - -CFFL_EditUndoItem::~CFFL_EditUndoItem() -{ -} - -void CFFL_EditUndoItem::Undo() -{ -} - -void CFFL_EditUndoItem::Redo() -{ -} - -CFX_WideString CFFL_EditUndoItem::GetDescr() -{ - return L"Input"; -} - -void CFFL_EditUndoItem::Release() -{ - delete this; -} /* ------------------------------- CFFL_TextField ------------------------------- */ |