diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:22:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:22:53 +0000 |
commit | de0eb63c28bfe7e83c38bdd0cc983032cc1e8d17 (patch) | |
tree | a8103530bd276bb297b18141d45ae60bd0056729 /unotools | |
parent | 33777f18aaaec8b325b87007ed24e6acefeb7dc5 (diff) |
INTEGRATION: CWS pchfix02 (1.21.16); FILE MERGED
2006/09/01 17:56:20 kaib 1.21.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/config/bootstrap.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx index 7ff9e30cec02..6ec71c67e510 100644 --- a/unotools/source/config/bootstrap.cxx +++ b/unotools/source/config/bootstrap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bootstrap.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:04:35 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:22: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_unotools.hxx" + #include <stdio.h> #include "unotools/bootstrap.hxx" |