Skip to content

Commit 8f648ed

Browse files
authored
Merge pull request OpenXmlDev#20 from Codeuctivity/FontHandler
Font handler - refactored things
2 parents ea116ef + efe9e55 commit 8f648ed

File tree

6 files changed

+955
-633
lines changed

6 files changed

+955
-633
lines changed

OpenXmlPowerTools.Tests/WmlContentAtomListTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
2-
3-
#define COPY_FILES_FOR_DEBUGGING
1+
#define COPY_FILES_FOR_DEBUGGING
42

53
using DocumentFormat.OpenXml.Packaging;
64
using OpenXmlPowerTools;

OpenXmlPowerTools/FieldRetriever.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// Copyright (c) Microsoft. All rights reserved.
2-
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3-
4-
using DocumentFormat.OpenXml.Packaging;
1+
using DocumentFormat.OpenXml.Packaging;
52
using System.Collections.Generic;
63
using System.Linq;
74
using System.Xml.Linq;

0 commit comments

Comments
 (0)