blob: 87a5e3fff21b08d03cb7e5361339d20531e44e87 [file] [log] [blame]
Dan Sinclair1f5d4982017-01-10 16:37:32 -05001// Copyright 2017 PDFium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
Dan Sinclair24ef6332017-07-24 10:52:57 -04007#include "xfa/fxfa/cxfa_textpiece.h"
Dan Sinclair1f5d4982017-01-10 16:37:32 -05008
Dan Sinclair24ef6332017-07-24 10:52:57 -04009#include "xfa/fxfa/cxfa_linkuserdata.h"
Dan Sinclair1f5d4982017-01-10 16:37:32 -050010
Dan Sinclair2eddb662017-05-25 16:49:51 -040011CXFA_TextPiece::CXFA_TextPiece() {}
Dan Sinclair1f5d4982017-01-10 16:37:32 -050012
Dan Sinclair2eddb662017-05-25 16:49:51 -040013CXFA_TextPiece::~CXFA_TextPiece() {}