diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:14:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 14:14:28 +0000 |
commit | d9f35ec6d655a949c89475605384ab5a1a195680 (patch) | |
tree | a51474b7f3eff63df34d90be58ccfc6f1bdc7514 /configmgr | |
parent | b90589a709e37330775c9abd99dc271714c91db8 (diff) |
INTEGRATION: CWS pchfix02 (1.5.18); FILE MERGED
2006/09/01 17:20:37 kaib 1.5.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/misc/bootstrapcontext.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/misc/bootstrapcontext.cxx b/configmgr/source/misc/bootstrapcontext.cxx index c15bf7a58a51..f5993440c2a2 100644 --- a/configmgr/source/misc/bootstrapcontext.cxx +++ b/configmgr/source/misc/bootstrapcontext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bootstrapcontext.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:26:50 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:14: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_configmgr.hxx" + #include "bootstrapcontext.hxx" #ifndef _UNO_CURRENT_CONTEXT_HXX_ |