summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 13:37:46 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 13:37:46 +0000
commit56f1b325f3cc91335598a6a89f903628af8b749a (patch)
tree6f93a6babb6a0f011648bf0a7ac094a8a0874040 /xmlsecurity
parenta2c192c2e0269b3ce9707924b1b3b012f72b1362 (diff)
INTEGRATION: CWS pchfix02 (1.2.86); FILE MERGED
2006/09/01 18:00:50 kaib 1.2.86.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/framework/encryptionengine.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/source/framework/encryptionengine.cxx b/xmlsecurity/source/framework/encryptionengine.cxx
index 58399ec9f8e3..d433c2d22013 100644
--- a/xmlsecurity/source/framework/encryptionengine.cxx
+++ b/xmlsecurity/source/framework/encryptionengine.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: encryptionengine.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 17:16:39 $
+ * last change: $Author: obo $ $Date: 2006-09-16 14:37:46 $
*
* 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 "encryptionengine.hxx"
#ifndef _COM_SUN_STAR_XML_CRYPTO_XXMLENCRYPTIONTEMPLATE_HPP_