Skip to content

Commit 358a410

Browse files
committed
Update comment
Change-Id: Iefd92f0aa60c03c964743a8d23d592359eb7b1cc
1 parent 9627851 commit 358a410

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Src/Common/Controls/XMLViews/XmlVc.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,11 +1878,10 @@ private IPicture GetComPicture(string imagePath)
18781878
/// custom field identified during TryColumnForCustomField. Is not currently meaningful
18791879
/// outside TryColumnForCustomField().
18801880
/// </summary>
1881-
XmlNode m_customFieldNode = null;
1881+
private XmlNode m_customFieldNode = null; // REVIEW (Hasso) 2025.11: this should be replaced by a passed local variable
18821882

18831883
/// <summary>
1884-
/// Determine whether or not the given colSpec refers to a custom field, respective of
1885-
/// whether or not it is still valid.
1884+
/// Determine whether the given colSpec refers to a custom field, irrespective of whether it is still valid.
18861885
/// Uses layout/parts to find custom field specifications.
18871886
/// </summary>
18881887
/// <param name="colSpec"></param>

0 commit comments

Comments
 (0)