Skip to content

Commit

Permalink
Merge pull request #29 from danieloppenlander/unignore-othertext
Browse files Browse the repository at this point in the history
Unignore other text fields in legacy parser.
  • Loading branch information
jaerith authored Aug 24, 2024
2 parents 0beb97d + 659fac8 commit 49e5c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions OnixData.Standard/Legacy/OnixLegacyOtherText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public partial class OnixLegacyOtherText
public const int CONST_OTEXT_TYPE_ANNOTATION = 2;
public const int CONST_OTEXT_TYPE_REV_QUOTE = 8;
public const int CONST_OTEXT_TYPE_SERIES_DESC = 43;

#endregion

public OnixLegacyOtherText()
Expand Down Expand Up @@ -58,7 +58,6 @@ public string TextFormat
}

/// <remarks/>
[System.Xml.Serialization.XmlIgnore]
public string Text
{
get
Expand Down Expand Up @@ -89,7 +88,6 @@ public string d103
}

/// <remarks/>
[System.Xml.Serialization.XmlIgnore]
public string d104
{
get { return Text; }
Expand Down
4 changes: 1 addition & 3 deletions OnixData/Legacy/OnixLegacyOtherText.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public partial class OnixLegacyOtherText
public const int CONST_OTEXT_TYPE_ANNOTATION = 2;
public const int CONST_OTEXT_TYPE_REV_QUOTE = 8;
public const int CONST_OTEXT_TYPE_SERIES_DESC = 43;

#endregion

public OnixLegacyOtherText()
Expand Down Expand Up @@ -58,7 +58,6 @@ public string TextFormat
}

/// <remarks/>
[System.Xml.Serialization.XmlIgnore]
public string Text
{
get
Expand Down Expand Up @@ -89,7 +88,6 @@ public string d103
}

/// <remarks/>
[System.Xml.Serialization.XmlIgnore]
public string d104
{
get { return Text; }
Expand Down

0 comments on commit 49e5c61

Please sign in to comment.