diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:35:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:35:50 +0000 |
commit | f0a7945cb32a9ea57edc0ea91dd693167960f1c6 (patch) | |
tree | 86a98b08a7b2a3ecd11d000fdfd513fc7ab7311a /stoc | |
parent | ff081a1413b3867136c30e906dd895445b7bff5a (diff) |
INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED
2006/09/01 17:41:16 kaib 1.8.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/security/access_controller.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx index cf696dfec9c9..76e430049d23 100644 --- a/stoc/source/security/access_controller.cxx +++ b/stoc/source/security/access_controller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: access_controller.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:05:10 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:35:50 $ * * 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 <vector> #include <memory> |