Skip to content

Commit

Permalink
Delete a comment & fix an import
Browse files Browse the repository at this point in the history
Change-Id: Ida735978efdc85c5c8df2038e99110d6e28ee8f5
  • Loading branch information
aror92 committed Apr 24, 2024
1 parent b6413b7 commit aaa6cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Src/xWorks/LcmWordGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// (http://www.gnu.org/licenses/lgpl-2.1.html)

using DocumentFormat.OpenXml;
using DocumentFormat.OpenXml.Office2010.Drawing;
//using DocumentFormat.OpenXml.Office2010.Drawing;
using DocumentFormat.OpenXml.Packaging;
using DocumentFormat.OpenXml.Wordprocessing;
using Icu.Collation;
Expand Down Expand Up @@ -1334,7 +1334,7 @@ public static Drawing CreateImage(WordprocessingDocument doc, string filepath, s
new XmlDrawing.Blip(
new XmlDrawing.BlipExtensionList(
new XmlDrawing.BlipExtension(
new UseLocalDpi() {Val = false}
new DocumentFormat.OpenXml.Office2010.Drawing.UseLocalDpi() {Val = false}
) { Uri = "{28A0092B-C50C-407E-A947-70E740481C1C}" }
)
)
Expand Down
1 change: 0 additions & 1 deletion Src/xWorks/WordStylesGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ public static Styles GenerateWordStylesFromConfigurationNode(
// case IParaOption listAndParaOpts:

case DictionaryNodePictureOptions pictureOptions:
//return new Styles();
return GenerateWordStyleFromPictureOptions(configNode, pictureOptions, styleName, cache, propertyTable);

default:
Expand Down

0 comments on commit aaa6cb8

Please sign in to comment.