summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xml/xpath/XPathExtension.idl
blob: 1f726b9189af96d2d1f3357382761e6d05b4bd97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef __com_sun_star_xml_xpath_XPathExtension_idl__
#define __com_sun_star_xml_xpath_XPathExtension_idl__
#include <com/sun/star/xml/xpath/XXPathExtension.idl>
module com {  module sun {  module star {  module xml { module xpath {

    service XPathExtension
    {
        interface XXPathExtension;
    };
};};};};};
#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */