summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/dom/XNamedNodeMap.idl')
-rw-r--r--offapi/com/sun/star/xml/dom/XNamedNodeMap.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl b/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
index d5ea97e1ef69..df7ed658ad56 100644
--- a/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
+++ b/offapi/com/sun/star/xml/dom/XNamedNodeMap.idl
@@ -48,7 +48,7 @@ interface XNamedNodeMap : com::sun::star::uno::XInterface
long getLength();
/**
- Retrieves a node specified by local name
+ Retrieves a node specified by local name.
*/
XNode getNamedItem([in] string name);
@@ -58,7 +58,7 @@ interface XNamedNodeMap : com::sun::star::uno::XInterface
XNode getNamedItemNS([in] string namespaceURI,[in] string localName);
/**
- Returns the indexth item in the map.
+ Returns a node specified by index.
*/
XNode item([in] long index);