summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/dom/views/XAbstractView.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/dom/views/XAbstractView.idl')
-rw-r--r--offapi/com/sun/star/xml/dom/views/XAbstractView.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/xml/dom/views/XAbstractView.idl b/offapi/com/sun/star/xml/dom/views/XAbstractView.idl
index b721961ab1e1..ca899d7e89e1 100644
--- a/offapi/com/sun/star/xml/dom/views/XAbstractView.idl
+++ b/offapi/com/sun/star/xml/dom/views/XAbstractView.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_xml_dom_views_XAbstractView_idl__
-#define __com_sun_star_xml_dom_views_XAbstractView_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/xml/dom/events/XEvent.idl>
module com { module sun { module star { module xml { module dom { module views {
@@ -30,6 +25,5 @@ interface XAbstractView : com::sun::star::uno::XInterface{
XDocumentView getDocument();
};
}; }; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */