Skip to content

Commit

Permalink
Revert "Update OpenXML Power Tools"
Browse files Browse the repository at this point in the history
This reverts commit 3e929c7.
  • Loading branch information
chriswendt1 committed Jul 19, 2020
1 parent 3e929c7 commit afaa456
Show file tree
Hide file tree
Showing 58 changed files with 2,287 additions and 2,871 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ TranslationAssistant.DocumentTranslationInterface/bin/Release/FileTranslator.vsh
.vs/config/applicationhost.config
/TranslationAssistant.AutomationToolkit.BasePlugin/obj/Release
/TranslationAssistant.AutomationToolkit.TranslationPlugins/obj/Release
/OpenXmlPowerTools/bin/Debug
19 changes: 17 additions & 2 deletions OpenXmlPowerTools/ChartUpdater.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
/***************************************************************************
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.Collections.Generic;
Expand Down
36 changes: 0 additions & 36 deletions OpenXmlPowerTools/ColorParser.cs

This file was deleted.

19 changes: 17 additions & 2 deletions OpenXmlPowerTools/DocumentAssembler.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
/***************************************************************************
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.Collections.Generic;
Expand Down
Loading

0 comments on commit afaa456

Please sign in to comment.