diff --git a/IPHRedaction/Clean.xba b/IPHRedaction/Clean.xba index b131da5..b27dda8 100644 --- a/IPHRedaction/Clean.xba +++ b/IPHRedaction/Clean.xba @@ -1,6 +1,6 @@ -Sub mark10 +Sub mark11 End Sub @@ -841,25 +841,25 @@ End Sub Private Sub toTextSuperscript styleNames = Array("CharEscapementHeight","CharEscapement") - styleValues = Array(58,101) + styleValues = Array(58,14000) convertFormatToEnclosure(CHR(871), styleNames, styleValues) End Sub Private Sub fromTextSuperscript styleNames = Array("CharEscapementHeight","CharEscapement") - styleValues = Array(58,101) + styleValues = Array(58,14000) convertEnclosuresToFormat(CHR(871), styleNames, styleValues) End Sub Private Sub toTextSubscript styleNames = Array("CharEscapementHeight","CharEscapement") - styleValues = Array(58,-101) + styleValues = Array(58,-14000) convertFormatToEnclosure(CHR(872), styleNames, styleValues) End Sub Private Sub fromTextSubscript styleNames = Array("CharEscapementHeight","CharEscapement") - styleValues = Array(58,-101) + styleValues = Array(58,-14000) convertEnclosuresToFormat(CHR(872), styleNames, styleValues) End Sub @@ -1023,4 +1023,6 @@ Private Sub convertWLLatin2IPHAstra replaceFontsInStyles( "WL LatinAllIn1Goth", newFontName) End Sub + + \ No newline at end of file