diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:45:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:45:13 +0000 |
commit | e13550545b0df270939e30d01766da110290912f (patch) | |
tree | 0fb55f53d69f1e3a13dc97d68b710154dd0975a3 /xmlsecurity | |
parent | 3dde39a658b5327ccfe88a6c44e6aa3d67aeebb3 (diff) |
INTEGRATION: CWS pchfix02 (1.6.66); FILE MERGED
2006/09/01 18:00:55 kaib 1.6.66.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.cxx | 7 | ||||
-rw-r--r-- | xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.cxx index 46b772d6aa1b..a56ab815f09d 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/xmlencryption_mscryptimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlencryption_mscryptimpl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-11-11 09:20:03 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:44:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmlsecurity.hxx" + #ifndef _SAL_CONFIG_H_ #include <sal/config.h> #endif diff --git a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx index 460435b949d6..71a8b37e126b 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/xmlsignature_mscryptimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlsignature_mscryptimpl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-11-11 09:20:23 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:45:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_xmlsecurity.hxx" + #ifndef _SAL_CONFIG_H_ #include <sal/config.h> #endif |