summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/xpath/XXPathAPI.idl')
-rw-r--r--offapi/com/sun/star/xml/xpath/XXPathAPI.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xml/xpath/XXPathAPI.idl b/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
index 12f7c75f3f53..e400abff1487 100644
--- a/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
+++ b/offapi/com/sun/star/xml/xpath/XXPathAPI.idl
@@ -134,7 +134,7 @@ interface XXPathAPI : com::sun::star::uno::XInterface
*/
com::sun::star::xml::dom::XNodeList selectNodeListNS(
[in] com::sun::star::xml::dom::XNode contextNode,
- [in] string str,
+ [in] string expr,
[in] com::sun::star::xml::dom::XNode namespaceNode)
raises( com::sun::star::xml::xpath::XPathException );
@@ -176,7 +176,7 @@ interface XXPathAPI : com::sun::star::uno::XInterface
*/
com::sun::star::xml::dom::XNode selectSingleNodeNS(
[in] com::sun::star::xml::dom::XNode contextNode,
- [in] string str,
+ [in] string expr,
[in] com::sun::star::xml::dom::XNode namespaceNode)
raises( com::sun::star::xml::xpath::XPathException );