summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/dom/events/XEventTarget.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/dom/events/XEventTarget.idl')
-rw-r--r--offapi/com/sun/star/xml/dom/events/XEventTarget.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/offapi/com/sun/star/xml/dom/events/XEventTarget.idl b/offapi/com/sun/star/xml/dom/events/XEventTarget.idl
index f73d4e71b4bd..a4d78a5c99b4 100644
--- a/offapi/com/sun/star/xml/dom/events/XEventTarget.idl
+++ b/offapi/com/sun/star/xml/dom/events/XEventTarget.idl
@@ -17,14 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_xml_dom_events_XEventTarget_idl__
-#define __com_sun_star_xml_dom_events_XEventTarget_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/xml/dom/events/EventType.idl>
-#include <com/sun/star/xml/dom/events/EventException.idl>
-#include <com/sun/star/xml/dom/events/XEventListener.idl>
-
module com { module sun { module star { module xml { module dom { module events {
@@ -44,6 +36,4 @@ interface XEventTarget : com::sun::star::uno::XInterface {
};
}; }; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */