diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:11:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 16:11:28 +0000 |
commit | ede90c20a1e07da27414a6dd387a1a229b54b0dd (patch) | |
tree | 35f5d0c1abf57e0e418b95b3ec510d6d72da7341 /comphelper | |
parent | d5817ba6d8572a33cc44cd434d73bdd025861d5c (diff) |
INTEGRATION: CWS pchfix02 (1.4.36); FILE MERGED
2006/09/01 17:19:42 kaib 1.4.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/instancelocker.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/misc/instancelocker.cxx b/comphelper/source/misc/instancelocker.cxx index 3119d0f1b835..e55407aa1a76 100644 --- a/comphelper/source/misc/instancelocker.cxx +++ b/comphelper/source/misc/instancelocker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: instancelocker.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:48:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:11:28 $ * * 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_comphelper.hxx" + #ifndef _COM_SUN_STAR_UTIL_XCLOSEBROADCASTER_HPP_ #include <com/sun/star/util/XCloseBroadcaster.hpp> #endif |