Remove extraneous field from DocumentWriter.
This commit is contained in:
parent
300df897de
commit
3ce046a238
@ -250,7 +250,6 @@ namespace zaaReloaded2.Formatter
|
|||||||
// The splitting pattern must not contain subgroups!
|
// The splitting pattern must not contain subgroups!
|
||||||
static readonly Regex _markupRegex = new Regex(@"(<[^ >]+>)");
|
static readonly Regex _markupRegex = new Regex(@"(<[^ >]+>)");
|
||||||
static readonly Regex _styleRegex = new Regex(@"<style:(?<style>[^>]+)>");
|
static readonly Regex _styleRegex = new Regex(@"<style:(?<style>[^>]+)>");
|
||||||
static Range _highlightStart;
|
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user