summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/dom/XEntity.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/dom/XEntity.idl')
-rw-r--r--offapi/com/sun/star/xml/dom/XEntity.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/xml/dom/XEntity.idl b/offapi/com/sun/star/xml/dom/XEntity.idl
index be4ed99bec35..77b22262f164 100644
--- a/offapi/com/sun/star/xml/dom/XEntity.idl
+++ b/offapi/com/sun/star/xml/dom/XEntity.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_xml_dom_XEntity_idl__
-#define __com_sun_star_xml_dom_XEntity_idl__
-
-#include <com/sun/star/xml/dom/XNode.idl>
-
module com { module sun { module star { module xml { module dom {
interface XEntity: XNode
@@ -44,6 +39,4 @@ interface XEntity: XNode
};
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */