diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:47:19 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:47:19 +0000 |
commit | 7da7d1a82a51fc3b430a72b21dfde7bbf7eb9183 (patch) | |
tree | 48633d26a02900d1761f5e645430fbc99c3efa6a /xmlsecurity/tools | |
parent | c6bb5779b69dafb4685aa557730260d3faf48ebe (diff) |
INTEGRATION: CWS pchfix02 (1.3.86); FILE MERGED
2006/09/01 18:00:57 kaib 1.3.86.1: #i68856# Added header markers and pch files
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/demo/mozprofile.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/tools/demo/mozprofile.cxx b/xmlsecurity/tools/demo/mozprofile.cxx index 6f880c0fe9dc..8345580f6d25 100644 --- a/xmlsecurity/tools/demo/mozprofile.cxx +++ b/xmlsecurity/tools/demo/mozprofile.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mozprofile.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 17:37:43 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:47: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 "util.hxx" #include <stdio.h> |