-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove XML normalization - it caused Word document open errors. Change version to 2.03.
- Loading branch information
1 parent
4d8dcc0
commit b1b9476
Showing
80 changed files
with
9,078 additions
and
38,405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
20 changes: 1 addition & 19 deletions
20
...erTools/OpenXmlPowerTools/ChartUpdater.cs → OpenXmlPowerTools/ChartUpdater.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,4 @@ | ||
/*************************************************************************** | ||
Copyright (c) Microsoft Corporation 2012-2015. | ||
This code is licensed using the Microsoft Public License (Ms-PL). The text of the license can be found here: | ||
http://www.microsoft.com/resources/sharedsource/licensingbasics/publiclicense.mspx | ||
Published at http://OpenXmlDeveloper.org | ||
Resource Center and Documentation: http://openxmldeveloper.org/wiki/w/wiki/powertools-for-open-xml.aspx | ||
Developer: Eric White | ||
Blog: http://www.ericwhite.com | ||
Twitter: @EricWhiteDev | ||
Email: [email protected] | ||
***************************************************************************/ | ||
|
||
using System; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
using System.Linq; | ||
|
Oops, something went wrong.