Skip to content

Commit b06a24d

Browse files
committed
Removed last impactful duplication
1 parent 11e4cc1 commit b06a24d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/EPPlus.Export.ImageRenderer/RenderItems/Shared/ParagraphItem.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,6 @@ private void AddLinesAndTextRuns(ExcelDrawingParagraph p, string textIfEmpty)
481481
}
482482
Bounds.Height = runLineSpacing + lastDescent;
483483
Bounds.Width = greatestWidth;
484-
Bounds.Width = greatestWidth;
485484
}
486485

487486
List<TextLineSimple> WrapToSimpleTextLines(ExcelDrawingParagraph p)

src/EPPlus/DigitalSignatures/ExcelDigitalSignature.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ internal void CreateSignatureLineReferences(ref ExcelSignedXml signedXml)
438438
{
439439
if(SignatureLine != null)
440440
{
441+
//Worrying
441442
Reference validImageReference = new()
442443
{
443444
Type = "http://www.w3.org/2000/09/xmldsig#Object",

0 commit comments

Comments
 (0)