Skip to content

Instantly share code, notes, and snippets.

@stimms
Created February 14, 2014 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stimms/8995873 to your computer and use it in GitHub Desktop.
Save stimms/8995873 to your computer and use it in GitHub Desktop.
--- C:\temp\document\docProps\app.xml Tue Jan 1 00:00:00 1980
+++ C:\temp\template\docProps\app.xml Tue Jan 1 00:00:00 1980
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Properties xmlns="http://schemas.openxmlformats.org/officeDocument/2006/extended-properties" xmlns:vt="http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes">
- <Template>Normal.dotm</Template>
- <TotalTime>1</TotalTime>
+ <Template>template.dotx</Template>
+ <TotalTime>0</TotalTime>
<Pages>1</Pages>
<Words>4</Words>
<Characters>25</Characters>
@@ -10,6 +10,21 @@
<Lines>1</Lines>
<Paragraphs>1</Paragraphs>
<ScaleCrop>false</ScaleCrop>
+ <HeadingPairs>
+ <vt:vector baseType="variant" size="2">
+ <vt:variant>
+ <vt:lpstr>Title</vt:lpstr>
+ </vt:variant>
+ <vt:variant>
+ <vt:i4>1</vt:i4>
+ </vt:variant>
+ </vt:vector>
+ </HeadingPairs>
+ <TitlesOfParts>
+ <vt:vector baseType="lpstr" size="1">
+ <vt:lpstr/>
+ </vt:vector>
+ </TitlesOfParts>
<Company/>
<LinksUpToDate>false</LinksUpToDate>
<CharactersWithSpaces>28</CharactersWithSpaces>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment