diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-31 11:26:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-31 11:26:42 +0100 |
commit | 40f186a73225f0fcbce828c97d6395dfffb79a90 (patch) | |
tree | 48a3c6e1dc4607fdadd7b57214e7e1212ae63352 /offapi | |
parent | 677a540486535cad463a0b823879b2eade4252c7 (diff) |
Clean up #include line
Change-Id: I8fe49533c3aa2830cf068d9cad091f3c2ab0fbfd
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/crypto/sax/ElementStackItem.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/xml/crypto/sax/ElementStackItem.idl b/offapi/com/sun/star/xml/crypto/sax/ElementStackItem.idl index a12368522686..01715c6b4c22 100644 --- a/offapi/com/sun/star/xml/crypto/sax/ElementStackItem.idl +++ b/offapi/com/sun/star/xml/crypto/sax/ElementStackItem.idl @@ -20,7 +20,7 @@ #ifndef __com_sun_star_xml_crypto_sax_ElementStackItem_idl_ #define __com_sun_star_xml_crypto_sax_ElementStackItem_idl_ -#include <com/sun/star/xml/sax/XDocumentHandler.idl> +#include <com/sun/star/xml/sax/XAttributeList.idl> module com { module sun { module star { module xml { module crypto { module sax { |