diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:35:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:35:53 +0000 |
commit | f3a259dc0f754fc36a19d6e727782d9b4c5237bc (patch) | |
tree | df2af32dbf4401a5e1d2ce94d944d70da4221d20 /extensions/workben | |
parent | a36a7db756bf7b1d444ac81cd7052dae57c0d616 (diff) |
INTEGRATION: CWS pchfix02 (1.2.184); FILE MERGED
2006/09/01 17:26:54 kaib 1.2.184.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/workben')
-rw-r--r-- | extensions/workben/testpgp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/workben/testpgp.cxx b/extensions/workben/testpgp.cxx index dea5a843273a..842606d84ea2 100644 --- a/extensions/workben/testpgp.cxx +++ b/extensions/workben/testpgp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testpgp.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:03:30 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:35: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_extensions.hxx" + #ifndef _SAL_TYPES_H_ #include <sal/types.h> #endif |