Skip to content

Commit 945292c

Browse files
committed
update
1 parent 8cb6309 commit 945292c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

FileFormat.Words/OpenXML.Words.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,7 @@ private string MapJustificationToAlignment(WP.JustificationValues justificationV
531531
case WP.JustificationValues.Center:
532532
return "Center";
533533
case WP.JustificationValues.Right:
534-
return "Right";
535-
// Add more cases as needed
534+
return "Right";
536535
default:
537536
return "Left";
538537
}

0 commit comments

Comments
 (0)