msxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.
authorJacek Caban <jacek@codeweavers.com>
Sun, 9 Jan 2011 20:42:37 +0000 (21:42 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Jan 2011 09:41:13 +0000 (10:41 +0100)
commit730fa1e7f293bad6252c42ad3aa5681af59f1071
tree1bf4936edaf47b0cd9e81c433fbbba50d3ad1814
parent0abef309264806945518e39c0f14e9a301fd5ec1
msxml3: Don't forward get_nodeTypedValue to node's IXMLDOMNode iface.

Its current implementation for XML_ENTITY_REF_NODE can't work and will
always return VT_NULL variant anyways.
dlls/msxml3/attribute.c
dlls/msxml3/cdata.c
dlls/msxml3/comment.c
dlls/msxml3/docfrag.c
dlls/msxml3/domdoc.c
dlls/msxml3/entityref.c
dlls/msxml3/node.c
dlls/msxml3/pi.c