From 93bb725b62f9779534c9444c1e1319fe8c28912e Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 7 Dec 2017 22:33:43 +0000 Subject: [xfa] Move JS method information to files. This CL moves the XFA SOM JS Method information out of the c-array and into individual CJX class files. Change-Id: I401046a06aacaf1f04e5a51eb899e479de012e15 Reviewed-on: https://pdfium-review.googlesource.com/20450 Reviewed-by: Lei Zhang Commit-Queue: dsinclair --- xfa/fxfa/parser/cxfa_layoutpseudomodel.cpp | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 xfa/fxfa/parser/cxfa_layoutpseudomodel.cpp (limited to 'xfa/fxfa/parser/cxfa_layoutpseudomodel.cpp') diff --git a/xfa/fxfa/parser/cxfa_layoutpseudomodel.cpp b/xfa/fxfa/parser/cxfa_layoutpseudomodel.cpp deleted file mode 100644 index cdf092d832..0000000000 --- a/xfa/fxfa/parser/cxfa_layoutpseudomodel.cpp +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright 2017 PDFium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com - -#include "xfa/fxfa/parser/cxfa_layoutpseudomodel.h" - -namespace { - -constexpr wchar_t kName[] = L"layoutPseudoModel"; - -} // namespace - -CXFA_LayoutPseudoModel::CXFA_LayoutPseudoModel(CXFA_Document* doc, - XFA_PacketType packet) - : CXFA_Node(doc, - packet, - XFA_XDPPACKET_XDP, - XFA_ObjectType::Object, - XFA_Element::LayoutPseudoModel, - nullptr, - nullptr, - kName) {} - -CXFA_LayoutPseudoModel::~CXFA_LayoutPseudoModel() {} -- cgit v1.2.3