diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:50:30 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:50:30 +0000 |
commit | 653001193fedf1a5fc8d5cdd326e5d62ebb389f5 (patch) | |
tree | c5117b98d379e4c43a0b7f34cac99c5fef22df9f | |
parent | 7da619fa275561cf5aadc70a690d12b869a29728 (diff) |
INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED
2006/09/01 17:54:48 kaib 1.7.24.1: #i68856# Added header markers and pch files
-rw-r--r-- | tools/bootstrp/addexes2/mkfilt.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/bootstrp/addexes2/mkfilt.cxx b/tools/bootstrp/addexes2/mkfilt.cxx index b22618d874fb..317547e8c715 100644 --- a/tools/bootstrp/addexes2/mkfilt.cxx +++ b/tools/bootstrp/addexes2/mkfilt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mkfilt.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2006-07-13 12:09:16 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:50:30 $ * * 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_tools.hxx" + #include <stdio.h> #include <../../inc/string.hxx> |