blob: 99842d95492fbf88da9fda54d1a5f5fe7d7e1e9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __com_sun_star_xml_xpath_XPathExtension_idl__
#define __com_sun_star_xml_xpath_XPathExtension_idl__
#include <com/sun/star/xml/xpath/XXPathAPI.idl>
module com { module sun { module star { module xml { module xpath {
service XPathExtension
{
interface XXPathAPI;
};
};};};};};
#endif
|