diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:41:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:41:19 +0000 |
commit | 5128e12557d37db771ceb227f231b1749ed09eb4 (patch) | |
tree | 0c4e40f22c0753a43e31b0aecc88d3718fea4195 /xmlsecurity | |
parent | 9d6962ab5b7cb4633e6b2bde85993c543af8fe18 (diff) |
INTEGRATION: CWS pchfix02 (1.8.38); FILE MERGED
2006/09/01 18:00:52 kaib 1.8.38.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/source/helper/xsecctl.cxx | 7 | ||||
-rw-r--r-- | xmlsecurity/source/helper/xsecsign.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.cxx b/xmlsecurity/source/helper/xsecctl.cxx index 996107fd7bbf..2826e1adf98c 100644 --- a/xmlsecurity/source/helper/xsecctl.cxx +++ b/xmlsecurity/source/helper/xsecctl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xsecctl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2006-04-07 11:56:56 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:40:51 $ * * 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" + #include <xsecctl.hxx> #ifndef _TOOLS_DEBUG_HXX //autogen wg. DBG_ASSERT diff --git a/xmlsecurity/source/helper/xsecsign.cxx b/xmlsecurity/source/helper/xsecsign.cxx index 747a1defbdd9..0dad464667d5 100644 --- a/xmlsecurity/source/helper/xsecsign.cxx +++ b/xmlsecurity/source/helper/xsecsign.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xsecsign.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2006-04-07 11:57:34 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:41:19 $ * * 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" + #include <xsecctl.hxx> #ifndef _TOOLS_DEBUG_HXX //autogen wg. DBG_ASSERT |