Reset the Right Indent to zero.
This commit is contained in:
parent
e9600afe7f
commit
eb2fe58740
@ -867,6 +867,10 @@ namespace VEPROMS.CSLA.Library
|
|||||||
if (sc == null || sc.Section_WordMargin == "N")
|
if (sc == null || sc.Section_WordMargin == "N")
|
||||||
{
|
{
|
||||||
AdjustMargins(myDocStyle, myDoc, true);
|
AdjustMargins(myDocStyle, myDoc, true);
|
||||||
|
// B20200-122 Reset RightIndent to zero if it is set
|
||||||
|
myDoc.Application.Selection.WholeStory();
|
||||||
|
if(myDoc.Application.Selection.ParagraphFormat.RightIndent != 0)
|
||||||
|
myDoc.Application.Selection.ParagraphFormat.RightIndent = 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
adjustMargins = false; // Use absolute positions
|
adjustMargins = false; // Use absolute positions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user