Files
libreoffice/autodoc/source/display/toolkit
Joseph Powers 97ae05a43f Rename List -> NodeList
List was defined as std::vector< Node* >; but calling it List is confusing
since you don't know what type of list it is. Also it's just asking for
compile issues since we also use std::List, a custom List<>, & a class List.

I also removed Node::Children() since it wasn't used.
2011-08-21 07:06:34 -07:00
..
2010-10-18 15:52:09 +01:00
2011-08-21 07:06:34 -07:00