diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:55:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:55:09 +0000 |
commit | e94171c6f7d5fb941e58abadd28411c3c21cb5eb (patch) | |
tree | 44e01c97ccd841c2fdbec22dd5c1bdaeb1e399fd /registry | |
parent | 868d5bd06f18d25fae84ad528feb3c4afb0b68a0 (diff) |
INTEGRATION: CWS pchfix02 (1.5.10); FILE MERGED
2006/09/01 17:33:10 kaib 1.5.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'registry')
-rw-r--r-- | registry/tools/regmerge.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/registry/tools/regmerge.cxx b/registry/tools/regmerge.cxx index 8c7ac6308e8d..47da5158866b 100644 --- a/registry/tools/regmerge.cxx +++ b/registry/tools/regmerge.cxx @@ -4,9 +4,9 @@ * * $RCSfile: regmerge.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:29:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:55:09 $ * * 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_registry.hxx" + #include <stdio.h> #include <string.h> |