| // Copyright 2026 The PDFium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "core/fpdfdoc/cpvt_word.h" | |
| CPVT_Word::CPVT_Word() = default; | |
| CPVT_Word::CPVT_Word(const CPVT_Word&) = default; | |
| CPVT_Word& CPVT_Word::operator=(const CPVT_Word&) = default; | |
| CPVT_Word::~CPVT_Word() = default; |