diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:38:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:38:17 +0000 |
commit | a6b1a5beae91235f3f0b8d87245a6f0b023f8370 (patch) | |
tree | 820fdcbdc72528aeb51af0a9b97908e318f5b26f | |
parent | 4b53afff8877a4c43b2b097cafad0fc07de23035 (diff) |
INTEGRATION: CWS pchfix02 (1.8.16); FILE MERGED
2006/09/01 17:16:07 kaib 1.8.16.1: #i68856# Added header markers and pch files
-rw-r--r-- | automation/source/testtool/cmdstrm.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/testtool/cmdstrm.cxx b/automation/source/testtool/cmdstrm.cxx index d175ef135..b13cda50e 100644 --- a/automation/source/testtool/cmdstrm.cxx +++ b/automation/source/testtool/cmdstrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cmdstrm.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:25:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:38:17 $ * * 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_automation.hxx" #ifndef _KEYCOD_HXX //autogen #include <vcl/keycod.hxx> #endif |