Rename variables

This commit is contained in:
Dolan
2018-09-26 02:17:39 +01:00
parent e08c7cbbfb
commit 2da3ba0262
4 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,6 @@
import { XmlComponent } from "file/xml-components";
export class SdtContent extends XmlComponent {
export class StructuredDocumentTagContent extends XmlComponent {
constructor() {
super("w:sdtContent");
}