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