From ab3ce507e24cf6e635287420acca4b812655e6bf Mon Sep 17 00:00:00 2001 From: malimova Date: Fri, 26 Apr 2024 09:11:03 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=81=D0=B4=D0=B0=D1=87?= =?UTF-8?q?=D0=B8=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Confectionery/ConfectioneryBusinessLogic/SaveToWord.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Confectionery/ConfectioneryBusinessLogic/SaveToWord.cs b/Confectionery/ConfectioneryBusinessLogic/SaveToWord.cs index c9e97e6..3a6f585 100644 --- a/Confectionery/ConfectioneryBusinessLogic/SaveToWord.cs +++ b/Confectionery/ConfectioneryBusinessLogic/SaveToWord.cs @@ -15,8 +15,7 @@ namespace ConfectioneryBusinessLogic.OfficePackage.Implements /// /// /// - private static JustificationValues - GetJustificationValues(WordJustificationType type) + private static JustificationValues GetJustificationValues(WordJustificationType type) { return type switch { @@ -44,8 +43,7 @@ namespace ConfectioneryBusinessLogic.OfficePackage.Implements /// /// /// - private static ParagraphProperties? - CreateParagraphProperties(WordTextProperties? paragraphProperties) + private static ParagraphProperties? CreateParagraphProperties(WordTextProperties? paragraphProperties) { if (paragraphProperties == null) {