diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:21:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:21:17 +0000 |
commit | cb7e20045e6dfeb05b2dfa977a588031d6f4f9ff (patch) | |
tree | 691bcd03e80b07f44719f3730cc6804d415e3c41 /toolkit | |
parent | 534f30d2f9c5ef8862788a42c31badd4e07b5db2 (diff) |
INTEGRATION: CWS pchfix02 (1.2.136); FILE MERGED
2006/09/01 17:54:24 kaib 1.2.136.1: #i68856# Added header markers and pch files
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/helper/externallock.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/toolkit/source/helper/externallock.cxx b/toolkit/source/helper/externallock.cxx index d9987b49133c..5544b33b07de 100644 --- a/toolkit/source/helper/externallock.cxx +++ b/toolkit/source/helper/externallock.cxx @@ -4,9 +4,9 @@ * * $RCSfile: externallock.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:21:40 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:21:17 $ * * 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_toolkit.hxx" + #ifndef _TOOLKIT_HELPER_EXTERNALLOCK_HXX_ #include <toolkit/helper/externallock.hxx> #endif |