diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:39:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:39:11 +0000 |
commit | 7b08833c6299e0dbd9ba1b2134a02b91f90ed0c8 (patch) | |
tree | e4eb35d78eb9ee225cdc76962263dcb268f8eb00 /automation | |
parent | 5b0474dacb5f74fa94375596bed56e624356957b (diff) |
INTEGRATION: CWS pchfix02 (1.3.56); FILE MERGED
2006/09/01 17:16:08 kaib 1.3.56.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/testtool/registry_win.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/testtool/registry_win.cxx b/automation/source/testtool/registry_win.cxx index 7fb8a3b162fe..003198465042 100644 --- a/automation/source/testtool/registry_win.cxx +++ b/automation/source/testtool/registry_win.cxx @@ -4,9 +4,9 @@ * * $RCSfile: registry_win.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:32:36 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:39:11 $ * * 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_automation.hxx" + //////////////////////////////////////////////////////////////////////////// //// //// Windows ONLY |