diff options
author | Noel Grandin <noel@peralex.com> | 2012-12-12 12:37:50 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2012-12-21 09:12:07 +0200 |
commit | 648e06f246ce9ee52a3f49394dff66ef5ce41c3f (patch) | |
tree | 3fcb9e3aa536e9224892fb0affdf6d2b2ae5cd63 /offapi | |
parent | 2a1b850b789a386fe77fecf8c4c2bfb0a4d099dc (diff) |
Fix a bug in the merging of the URD files.
The service name was incorrect.
Change-Id: Iad05ae85cdda6ef9cc357db98838f44bd68651b9
Diffstat (limited to 'offapi')
-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; }; |