diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:54:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:54:43 +0000 |
commit | 19147f1bda8a8be10245ac508b7666c75c1a0070 (patch) | |
tree | 5b9671d4a6b32859d1cd10649cc806a3da3b81b9 /registry/tools | |
parent | 6615855e7bf14b6ceb305a51820c98df407a6e1d (diff) |
INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED
2006/09/01 17:33:10 kaib 1.8.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'registry/tools')
-rw-r--r-- | registry/tools/checksingleton.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx index fbde20682d6a..0b905d4e7ff2 100644 --- a/registry/tools/checksingleton.cxx +++ b/registry/tools/checksingleton.cxx @@ -4,9 +4,9 @@ * * $RCSfile: checksingleton.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:28:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:54:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_registry.hxx" #include <stdio.h> #include <set> |