diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:54:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:54:29 +0000 |
commit | 6615855e7bf14b6ceb305a51820c98df407a6e1d (patch) | |
tree | 8feb5277b99e1c528cd035c2de8341278921d291 /registry | |
parent | 7b174ccbe3ac65555b11034059c804678635a09d (diff) |
INTEGRATION: CWS pchfix02 (1.7.24); FILE MERGED
2006/09/01 17:33:09 kaib 1.7.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'registry')
-rw-r--r-- | registry/test/testregcpp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/registry/test/testregcpp.cxx b/registry/test/testregcpp.cxx index 8d8a1d8fe289..260872f7e0bf 100644 --- a/registry/test/testregcpp.cxx +++ b/registry/test/testregcpp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: testregcpp.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 05:17:54 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:54:29 $ * * 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 <iostream> #include <stdio.h> #include <string.h> |