summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/xpath/XPathExtension.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/xpath/XPathExtension.idl')
-rw-r--r--offapi/com/sun/star/xml/xpath/XPathExtension.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/xml/xpath/XPathExtension.idl b/offapi/com/sun/star/xml/xpath/XPathExtension.idl
index f96d07421222..23b95e48ce5e 100644
--- a/offapi/com/sun/star/xml/xpath/XPathExtension.idl
+++ b/offapi/com/sun/star/xml/xpath/XPathExtension.idl
@@ -20,14 +20,16 @@
#ifndef __com_sun_star_xml_xpath_XPathExtension_idl__
#define __com_sun_star_xml_xpath_XPathExtension_idl__
+#include <com/sun/star/xforms/XModel.idl>
#include <com/sun/star/xml/xpath/XXPathExtension.idl>
+#include <com/sun/star/xml/dom/XNode.idl>
module com { module sun { module star { module xml { module xpath {
- service XPathExtension
- {
- interface XXPathExtension;
- };
+service XPathExtension : XXPathExtension
+{
+ createWithModel([in] com::sun::star::xforms::XModel Model, [in] com::sun::star::xml::dom::XNode ContextNode);
+};
};};};};};
#endif