File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Src/Common/Controls/XMLViews Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments