diff options
-rw-r--r-- | offapi/com/sun/star/xml/xpath/XPathAPI.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/xml/xpath/XPathAPI.idl b/offapi/com/sun/star/xml/xpath/XPathAPI.idl index 86e253061266..68aa6e5c0c90 100644 --- a/offapi/com/sun/star/xml/xpath/XPathAPI.idl +++ b/offapi/com/sun/star/xml/xpath/XPathAPI.idl @@ -17,14 +17,14 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_xml_xpath_XPathExtension_idl__ -#define __com_sun_star_xml_xpath_XPathExtension_idl__ +#ifndef __com_sun_star_xml_xpath_XPathAPI_idl__ +#define __com_sun_star_xml_xpath_XPathAPI_idl__ #include <com/sun/star/xml/xpath/XXPathAPI.idl> module com { module sun { module star { module xml { module xpath { - service XPathExtension + service XPathAPI { interface XXPathAPI; }; |