diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:35:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:35:59 +0000 |
commit | 9d6bf6121f0ff978fd6eb4066a21c3074ae9f56e (patch) | |
tree | 043732aed31ebb7833d2fe901cd1e2b18f9e46ee /automation | |
parent | c82a37e8ab5a47b6b081799ce9ea9ae576b9d450 (diff) |
INTEGRATION: CWS pchfix02 (1.10.16); FILE MERGED
2006/09/01 17:16:05 kaib 1.10.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/server/recorder.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/server/recorder.cxx b/automation/source/server/recorder.cxx index b12795edc..ce43a9a75 100644 --- a/automation/source/server/recorder.cxx +++ b/automation/source/server/recorder.cxx @@ -4,9 +4,9 @@ * * $RCSfile: recorder.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:23:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:35:59 $ * * 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" + #ifndef _SV_WINDOW_HXX #include <vcl/window.hxx> #endif |