diff options
author | Malte Timmermann <mt@openoffice.org> | 2004-07-26 06:30:29 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2004-07-26 06:30:29 +0000 |
commit | f2cd9e259fb634584b42ffebfd22622df3867065 (patch) | |
tree | 86ac6242c61a12f69fe30118d96081424587a134 /xmlsecurity/workben | |
parent | 568e4e8c2e5f4a6b9351a3880f97c23a0c5a0f48 (diff) |
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/workben')
-rw-r--r-- | xmlsecurity/workben/signaturetest.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/workben/signaturetest.cxx b/xmlsecurity/workben/signaturetest.cxx index 95309a87d7da..21b3da2c04c8 100644 --- a/xmlsecurity/workben/signaturetest.cxx +++ b/xmlsecurity/workben/signaturetest.cxx @@ -2,9 +2,9 @@ * * $RCSfile: signaturetest.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mt $ $Date: 2004-07-15 07:16:12 $ + * last change: $Author: mt $ $Date: 2004-07-26 07:29:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,10 +90,10 @@ #include <xmlsecurity/xmlsignaturehelper.hxx> #include <xmlsecurity/digitalsignaturesdialog.hxx> #include <xmlsecurity/certificatechooser.hxx> +#include <xmlsecurity/biginteger.hxx> #include <com/sun/star/security/XDocumentDigitalSignatures.hpp> - using namespace ::com::sun::star; using namespace ::com::sun::star; |