diff options
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/xpath/XPathAPI.idl | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 6f848e27a86e..68cd560af255 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -368,6 +368,9 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/xml/sax,\ Parser \ Writer \ )) +$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/xml/xpath,\ + XPathAPI \ +)) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/xml/xslt,\ XSLTTransformer \ XSLT2Transformer \ @@ -1539,7 +1542,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/wra XMLElementWrapper \ )) $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/xpath,\ - XPathAPI \ XPathExtension \ )) $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xsd,\ diff --git a/offapi/com/sun/star/xml/xpath/XPathAPI.idl b/offapi/com/sun/star/xml/xpath/XPathAPI.idl index 68aa6e5c0c90..694a07758e85 100644 --- a/offapi/com/sun/star/xml/xpath/XPathAPI.idl +++ b/offapi/com/sun/star/xml/xpath/XPathAPI.idl @@ -24,10 +24,7 @@ module com { module sun { module star { module xml { module xpath { - service XPathAPI - { - interface XXPathAPI; - }; +service XPathAPI : XXPathAPI; };};};};}; #endif |