Do not create character style (currently not used).

This commit is contained in:
Daniel Kraus 2015-08-16 05:17:06 +02:00
parent 2e8c881e1f
commit 2745ab819c
1 changed files with 2 additions and 0 deletions

View File

@ -289,6 +289,7 @@ namespace zaaReloaded2.Formatter
style.set_NextParagraphStyle(Document.Styles[Properties.Settings.Default.StyleParagraph]);
}
/*
try
{
style = Document.Styles[Properties.Settings.Default.StyleAbnormal];
@ -301,6 +302,7 @@ namespace zaaReloaded2.Formatter
WdStyleType.wdStyleTypeCharacter);
style.Font.Bold = 1;
}
*/
}
}