diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:36:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:36:27 +0000 |
commit | 0b9febaf6b4ade22f8ea762ea3fd5856ca329dde (patch) | |
tree | 490084d455c4459386c76c477d691a57457a675a /stoc | |
parent | cdfb84ffcd5ab4626d7f167c9f8bbf6b43cfac25 (diff) |
INTEGRATION: CWS pchfix02 (1.9.10); FILE MERGED
2006/09/01 17:41:17 kaib 1.9.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/security/permissions.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stoc/source/security/permissions.cxx b/stoc/source/security/permissions.cxx index dc6e47a19545..32ea92bff649 100644 --- a/stoc/source/security/permissions.cxx +++ b/stoc/source/security/permissions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: permissions.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:05:35 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:36:27 $ * * 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 <osl/process.h> |