summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl')
-rw-r--r--offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl17
1 files changed, 1 insertions, 16 deletions
diff --git a/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl b/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
index ad314f4b60ff..509b54e5bc3b 100644
--- a/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
+++ b/offapi/com/sun/star/xml/csax/XCompressedDocumentHandler.idl
@@ -32,27 +32,12 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/xml/sax/SAXException.idl>
+#include <com/sun/star/xml/csax/XMLAttribute.idl>
module com { module sun { module star { module xml { module csax {
/**
- * A struct to keep information of an element's attribute.
- */
-struct XMLAttribute
-{
- /**
- * the attribute name
- */
- string sName;
-
- /**
- * the attribute value
- */
- string sValue;
-};
-
-/**
* A compressed XDocumentHandler interface.
* <p>
* All methods in this interface have the same function with methods