summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-16 13:38:33 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-16 13:38:33 +0000
commit40c3bc5c0be0e5b47b42fd3de9d32f2ee72b112d (patch)
treefa02c5400f736f6c8dd10254cc73bd4c05204313
parent932b000bc9b93f2a3d2e34387dac4130ae2ccca8 (diff)
INTEGRATION: CWS pchfix02 (1.4.86); FILE MERGED
2006/09/01 18:00:50 kaib 1.4.86.1: #i68856# Added header markers and pch files
-rw-r--r--xmlsecurity/source/framework/securityengine.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/source/framework/securityengine.cxx b/xmlsecurity/source/framework/securityengine.cxx
index 93c1e4dfb97c..1df122463ce1 100644
--- a/xmlsecurity/source/framework/securityengine.cxx
+++ b/xmlsecurity/source/framework/securityengine.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: securityengine.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 17:18:28 $
+ * last change: $Author: obo $ $Date: 2006-09-16 14:38:33 $
*
* 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 "securityengine.hxx"
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_