diff options
Diffstat (limited to 'xmlsecurity/inc/xmlsignaturehelper.hxx')
-rw-r--r-- | xmlsecurity/inc/xmlsignaturehelper.hxx | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/xmlsecurity/inc/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsignaturehelper.hxx index 02128bb4f6a8..2e6c2ce7f2b9 100644 --- a/xmlsecurity/inc/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsignaturehelper.hxx @@ -20,24 +20,16 @@ #ifndef INCLUDED_XMLSECURITY_INC_XMLSIGNATUREHELPER_HXX #define INCLUDED_XMLSECURITY_INC_XMLSIGNATUREHELPER_HXX -#include <vector> - #include <tools/link.hxx> #include <rtl/ustring.hxx> #include <rtl/ref.hxx> #include <svl/sigstruct.hxx> -#include "xsecctl.hxx" #include "xmlsecuritydllapi.h" #include "xmlsignaturehelper.hxx" -#include <com/sun/star/graphic/XGraphic.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/xml/sax/XWriter.hpp> -#include <com/sun/star/xml/crypto/XSEInitializer.hpp> -#include <com/sun/star/xml/crypto/sax/XSignatureCreationResultListener.hpp> -#include <com/sun/star/xml/crypto/sax/XSignatureVerifyResultListener.hpp> - class DateTime; +class UriBindingHelper; +class XSecController; namespace com { namespace sun { @@ -49,6 +41,12 @@ namespace embed { class XStorage; } }}} +namespace com { namespace sun { namespace star { namespace graphic { class XGraphic; } } } } +namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } +namespace com { namespace sun { namespace star { namespace xml { namespace crypto { class XXMLSecurityContext; } } } } } +namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XDocumentHandler; } } } } } +namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XWriter; } } } } } + /********************************************************** XMLSignatureHelper |