diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:43:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:43:53 +0000 |
commit | c5b7d7a80150fe3383d64c059825bd02a69ff206 (patch) | |
tree | 835f71700fa3adaf40145f2817d56fd05eabd7a5 /stoc | |
parent | 2168155e95518abd1b32fc602bb827162449a091 (diff) |
INTEGRATION: CWS pchfix02 (1.6.36); FILE MERGED
2006/09/01 17:41:23 kaib 1.6.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/security/test_security.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/test/security/test_security.cxx b/stoc/test/security/test_security.cxx index 8c4ed20cedb6..582685c89023 100644 --- a/stoc/test/security/test_security.cxx +++ b/stoc/test/security/test_security.cxx @@ -4,9 +4,9 @@ * * $RCSfile: test_security.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:32:13 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:43:53 $ * * 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_stoc.hxx" + #include <stdio.h> #include <sal/main.h> |